summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_witness.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 6b515b9..ae54d5a 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -331,6 +331,12 @@ static struct witness_order_list_entry order_lists[] = {
{ "so_snd", &lock_class_mtx_sleep },
{ NULL, NULL },
/*
+ * CDEV
+ */
+ { "cdev", &lock_class_mtx_sleep },
+ { "system map", &lock_class_mtx_sleep },
+ { NULL, NULL },
+ /*
* spin locks
*/
#ifdef SMP
OpenPOWER on IntegriCloud