summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-10-20 14:49:59 +0000
committerjhb <jhb@FreeBSD.org>2005-10-20 14:49:59 +0000
commit98080966b35c228ef5bc2ca9e8356ab85070f862 (patch)
tree0c8501bfd23ebfafb10b270b8d1a27344f0a490d /sys/kern/subr_witness.c
parent3f0d2e2db331aead89afd00e3c40d72354ac0759 (diff)
downloadFreeBSD-src-98080966b35c228ef5bc2ca9e8356ab85070f862.zip
FreeBSD-src-98080966b35c228ef5bc2ca9e8356ab85070f862.tar.gz
Add entry for the spin mutex used by the hptmv(4) driver.
MFC after: 1 day Tested by: Philip Kizer pckizer at nostrum dot com
Diffstat (limited to 'sys/kern/subr_witness.c')
-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 5af7015..72c08c8 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -364,6 +364,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "ap boot", &lock_class_mtx_spin },
#endif
{ "rm.mutex_mtx", &lock_class_mtx_spin },
+ { "hptlock", &lock_class_mtx_spin },
{ "sio", &lock_class_mtx_spin },
#ifdef __i386__
{ "cy", &lock_class_mtx_spin },
OpenPOWER on IntegriCloud