Shorten the name of the fast SWI taskqueue to "fast taskq" so that

it fits.

Reported by:	lev
MFC after:	1 week
This commit is contained in:
jhb 2012-08-28 13:35:37 +00:00
parent cf5be7fe5d
commit 9f74866305

View File

@ -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