diff options
Diffstat (limited to 'sys/kern/subr_witness.c')
-rw-r--r-- | sys/kern/subr_witness.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 4e9e3a8..95d7a83 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -285,6 +285,7 @@ static struct witness_order_list_entry order_lists[] = { { "taskqueue_fast", &lock_class_mtx_spin }, { "intr table", &lock_class_mtx_spin }, { "ithread table lock", &lock_class_mtx_spin }, + { "sleepq chain", &lock_class_mtx_spin }, { "sched lock", &lock_class_mtx_spin }, { "turnstile chain", &lock_class_mtx_spin }, { "td_contested", &lock_class_mtx_spin }, |