aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2002-09-22 07:11:57 +0000
committerJeff Roberson <jeff@FreeBSD.org>2002-09-22 07:11:57 +0000
commitc76e20451ca10f0ace8aa9dd9b5860f9df0f99f1 (patch)
tree901cec7618478b668d22eca4e6bfb943fd8d6418
parent9405072a95bb04a523c575dcda2d8baff812515d (diff)
Notes
-rw-r--r--sys/kern/subr_witness.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 43198c076b52..3df0a35fbf3e 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -233,6 +233,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "clk", &lock_class_mtx_spin },
{ "mutex profiling lock", &lock_class_mtx_spin },
{ "zombie_thread_lock", &lock_class_mtx_spin },
+ { "ALD Queue", &lock_class_mtx_spin },
{ NULL, NULL },
{ NULL, NULL }
};