summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-09-12 18:41:56 +0000
committerbde <bde@FreeBSD.org>2000-09-12 18:41:56 +0000
commit8a2681e22e732cee17c04fabdab335dc840a6fa1 (patch)
tree114aac81f095b7cf372bce9257ff69406c93ea31 /sys/amd64/include
parentf16595f63d83acc00c80c72b954cbcc3197241b4 (diff)
downloadFreeBSD-src-8a2681e22e732cee17c04fabdab335dc840a6fa1.zip
FreeBSD-src-8a2681e22e732cee17c04fabdab335dc840a6fa1.tar.gz
Quick fix for hang on booting with -d. mtx_enter() was called before
curproc was initialized. curproc == NULL was interpreted as matching the process holding Giant... Just skip mtx_enter() and mtx_exit() in trap() if (curproc == NULL && cold) (&& cold for safety).
Diffstat (limited to 'sys/amd64/include')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud