summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-01-09 15:45:28 +0000
committerjake <jake@FreeBSD.org>2003-01-09 15:45:28 +0000
commit0aecfa195bd9c76ae39fb86bdf5f8e24d3f2efcb (patch)
tree5e2590909c764f898f7a4cfbd81101114587a311 /sys
parent656c29d14d1e2d0801fca644647fac21b84a1f70 (diff)
downloadFreeBSD-src-0aecfa195bd9c76ae39fb86bdf5f8e24d3f2efcb.zip
FreeBSD-src-0aecfa195bd9c76ae39fb86bdf5f8e24d3f2efcb.tar.gz
Oops, add zstty to the witness order list.
Noticed by: benno
Diffstat (limited to 'sys')
-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 15e2948..3ab4a33 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -221,6 +221,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "cy", &lock_class_mtx_spin },
#endif
{ "sabtty", &lock_class_mtx_spin },
+ { "zstty", &lock_class_mtx_spin },
{ "ng_node", &lock_class_mtx_spin },
{ "ng_worklist", &lock_class_mtx_spin },
{ "ithread table lock", &lock_class_mtx_spin },
OpenPOWER on IntegriCloud