diff options
-rw-r--r-- | sys/kern/subr_witness.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |