From 2a2b58faa402cf9c3d4f3e2a480503d44ebd6d46 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 20 Oct 2005 14:49:59 +0000 Subject: [PATCH] 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 --- sys/kern/subr_witness.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 5af7015fec7..72c08c81e69 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 },