diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2012-08-28 13:35:37 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2012-08-28 13:35:37 +0000 |
| commit | 10f0ab393363c31969d171925d6debc86be74bd2 (patch) | |
| tree | d543ee40e58983f074113279c3c729fe9a177bb2 | |
| parent | 2368efbed4d626fba9de3d1a93c053e13ad1e3c2 (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 31ea52d1d876..90c6ffc84830 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -565,7 +565,7 @@ taskqueue_fast_run(void *dummy) } TASKQUEUE_FAST_DEFINE(fast, taskqueue_fast_enqueue, NULL, - swi_add(NULL, "Fast task queue", taskqueue_fast_run, NULL, + swi_add(NULL, "fast taskq", taskqueue_fast_run, NULL, SWI_TQ_FAST, INTR_MPSAFE, &taskqueue_fast_ih)); int |
