diff options
| author | Scott Long <scottl@FreeBSD.org> | 2006-01-30 07:51:10 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2006-01-30 07:51:10 +0000 |
| commit | 8a3080c74e7065b184187c63615bdb7fe15ee465 (patch) | |
| tree | 0e1d7527c437a9b11f7ea32dfc310e731c74722c /sys/kern/subr_taskqueue.c | |
| parent | 44951ef425b850bd3d5afbd541ae611be2113930 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_taskqueue.c')
| -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 9622098e3447..f7781878f029 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -410,7 +410,7 @@ taskqueue_define_fast(void *arg) mtx_unlock(&taskqueue_queues_mutex); swi_add(NULL, "Fast task queue", taskqueue_fast_run, - NULL, SWI_TQ_FAST, 0, &taskqueue_fast_ih); + NULL, SWI_TQ_FAST, INTR_MPSAFE, &taskqueue_fast_ih); } SYSINIT(taskqueue_fast, SI_SUB_CONFIGURE, SI_ORDER_SECOND, taskqueue_define_fast, NULL); |
