From b3cfb0145e43e4745858853a8baa5616bc1eff3c Mon Sep 17 00:00:00 2001 From: alc Date: Sat, 2 Nov 2002 22:42:18 +0000 Subject: Catch up with the removal of the vm page buckets spin mutex. --- sys/kern/subr_witness.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 15ddd09..8766bb9 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -228,7 +228,6 @@ static struct witness_order_list_entry order_lists[] = { * leaf locks */ { "allpmaps", &lock_class_mtx_spin }, - { "vm page buckets mutex", &lock_class_mtx_spin }, { "vm page queue free mutex", &lock_class_mtx_spin }, { "icu", &lock_class_mtx_spin }, #ifdef SMP -- cgit v1.1