julian 2007-10-26 22:18:20 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kthread.c
Log:
If kthread_exit() is called on the last kthread in a kproc, then
all the work in kproc_exit must be done.
We don't actually have a user of this yet but why leave it to chance.
Revision Changes Path
1.42 +6 -0 src/sys/kern/kern_kthread.c