summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorssouhlal <ssouhlal@FreeBSD.org>2007-01-16 22:56:28 +0000
committerssouhlal <ssouhlal@FreeBSD.org>2007-01-16 22:56:28 +0000
commitd4434aa6e90019d12652d4a92904d14ca5765d53 (patch)
treeeff0e633c0885c673a19b692e87cd1949735bd69
parent2d74edbd803f6a96e87347c973a78f005e1a1861 (diff)
downloadFreeBSD-src-d4434aa6e90019d12652d4a92904d14ca5765d53.zip
FreeBSD-src-d4434aa6e90019d12652d4a92904d14ca5765d53.tar.gz
Remove hptlock from the static witness table, now that it's a regular sleep
mutex.
-rw-r--r--sys/kern/subr_witness.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 7b9d77d..a0dfb63 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -376,7 +376,6 @@ 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