diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-02-13 18:51:39 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-02-13 18:51:39 +0000 |
| commit | a1797ef6c891e9e436acfcfe8ef4697ae44b7778 (patch) | |
| tree | aaec4f3e9b452877eb01567408550995e0b487d4 | |
| parent | 5f4638f185c4bdf82cbb7cd709a6c55a140284ae (diff) | |
Notes
| -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 bdb97f30e76f..bd4f34d9b9bc 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -402,7 +402,7 @@ taskqueue_thread_loop(void *arg) while ((tq->tq_flags & TQ_FLAGS_ACTIVE) != 0) { taskqueue_run(tq); TQ_SLEEP(tq, tq, &tq->tq_mutex, 0, "-", 0); - }; + } /* rendezvous with thread that asked us to terminate */ tq->tq_tcount--; |
