mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
2368efbed4
commit
10f0ab3933
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue