From 6c024e8ef6e9c95c37f36db0e4e5c3f49641b382 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sat, 6 Sep 2003 21:06:08 +0000 Subject: [PATCH] add fast swi taskqueue spinlock to the order_list so witness doesn't complain Submitted by: Tor Egge --- sys/kern/subr_witness.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 7c2281f55050..490ade6b6324 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -284,6 +284,7 @@ static struct witness_order_list_entry order_lists[] = { { "zstty", &lock_class_mtx_spin }, { "ng_node", &lock_class_mtx_spin }, { "ng_worklist", &lock_class_mtx_spin }, + { "taskqueue_fast", &lock_class_mtx_spin }, { "ithread table lock", &lock_class_mtx_spin }, { "sched lock", &lock_class_mtx_spin }, { "callout", &lock_class_mtx_spin },