diff options
Diffstat (limited to 'sys/kern/subr_taskqueue.c')
-rw-r--r-- | sys/kern/subr_taskqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c index 3a498e8..050d713 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -408,7 +408,7 @@ taskqueue_thread_loop(void *arg) tq->tq_tcount--; wakeup_one(tq->tq_threads); TQ_UNLOCK(tq); - kproc_exit(0); + kthread_exit(); } void |