add fast swi taskqueue spinlock to the order_list so witness doesn't complain
Submitted by: Tor Egge <Tor.Egge@cvsup.no.freebsd.org>
This commit is contained in:
parent
7e2282a5a6
commit
6c024e8ef6
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user