aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_taskqueue.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-01-05 08:47:13 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-01-05 08:47:13 +0000
commitc86b6ff551d4e38e75a3316171383de5b00c7c48 (patch)
tree619ee98d73f5552ae93c3c8fee5af6b40ff37908 /sys/kern/subr_taskqueue.c
parent422f61655f0b6793c00d38cd362c76acf4462877 (diff)
downloadsrc-c86b6ff551d4e38e75a3316171383de5b00c7c48.tar.gz
src-c86b6ff551d4e38e75a3316171383de5b00c7c48.zip
Notes
Diffstat (limited to 'sys/kern/subr_taskqueue.c')
-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 6052aeaf1b42..72afa6be7504 100644
--- a/sys/kern/subr_taskqueue.c
+++ b/sys/kern/subr_taskqueue.c
@@ -209,7 +209,7 @@ taskqueue_run(struct taskqueue *queue)
static void
taskqueue_swi_enqueue(void *context)
{
- swi_sched(taskqueue_ih, SWI_NOSWITCH);
+ swi_sched(taskqueue_ih, 0);
}
static void