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:
John Baldwin 2012-08-28 13:35:37 +00:00
parent 2368efbed4
commit 10f0ab3933
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239779

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