jhb 2007-11-15 21:45:17 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kthread.c
Log:
Acquire the process mutex and spin locks before calling thread_exit() in
kthread_exit() to fix panics when using INVARIANTS.
Revision Changes Path
1.44 +8 -1 src/sys/kern/kern_kthread.c