summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-12-14 21:33:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-12-14 21:33:17 +0000
commit49749270a380502bfb13a496705555255f9978f8 (patch)
tree574a54de8db5000c8e2c6fabc21a5faf1812efd2 /sys
parentc181afbca24e69395dc7dd008a67eba172e66d63 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/cxgb/cxgb_multiq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgb/cxgb_multiq.c b/sys/dev/cxgb/cxgb_multiq.c
index 80836abd0f449..045b09463d393 100644
--- a/sys/dev/cxgb/cxgb_multiq.c
+++ b/sys/dev/cxgb/cxgb_multiq.c
@@ -624,7 +624,7 @@ cxgb_pcpu_start_proc(void *arg)
continue;
}
done:
- tsleep(qs, 1, "cxgbidle", idleticks);
+ tsleep(qs, 0, "cxgbidle", idleticks);
}
if (bootverbose)