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:
Sam Leffler 2003-09-06 21:06:08 +00:00
parent 7e2282a5a6
commit 6c024e8ef6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119813

View file

@ -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 },