jhb 2008-04-11 17:35:54 UTC FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: Use kthread_exit() to terminate a taskqueue thread rather than kproc_exit() now that the taskqueue threads are kthreads rather than kprocs. Reported by: kris Revision Changes Path 1.43 +1 -1 src/sys/kern/subr_taskqueue.c