summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-08-28 13:35:37 +0000
committerjhb <jhb@FreeBSD.org>2012-08-28 13:35:37 +0000
commit9f74866305fa600afc174ac76ed1b8c780a2af4a (patch)
treed543ee40e58983f074113279c3c729fe9a177bb2
parentcf5be7fe5d574238f0452fe5b67d264aa283ee8e (diff)
downloadFreeBSD-src-9f74866305fa600afc174ac76ed1b8c780a2af4a.zip
FreeBSD-src-9f74866305fa600afc174ac76ed1b8c780a2af4a.tar.gz
Shorten the name of the fast SWI taskqueue to "fast taskq" so that
it fits. Reported by: lev MFC after: 1 week
-rw-r--r--sys/kern/subr_taskqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c
index 31ea52d..90c6ffc 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
OpenPOWER on IntegriCloud