From 1d8b4454d78121464a62813d12aa200d0111f99d Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 3 Nov 2003 22:38:30 +0000 Subject: [PATCH] Update spin lock order list for new i386 interrupt and SMP code. --- sys/kern/subr_witness.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 9bba5992415d..b2cff74f595b 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -285,6 +285,7 @@ static struct witness_order_list_entry order_lists[] = { { "ng_node", &lock_class_mtx_spin }, { "ng_worklist", &lock_class_mtx_spin }, { "taskqueue_fast", &lock_class_mtx_spin }, + { "intr table", &lock_class_mtx_spin }, { "ithread table lock", &lock_class_mtx_spin }, { "sched lock", &lock_class_mtx_spin }, { "callout", &lock_class_mtx_spin }, @@ -296,10 +297,8 @@ static struct witness_order_list_entry order_lists[] = { { "icu", &lock_class_mtx_spin }, #ifdef SMP { "smp rendezvous", &lock_class_mtx_spin }, -#if defined(__i386__) && defined(APIC_IO) - { "tlb", &lock_class_mtx_spin }, -#endif #ifdef __i386__ + { "tlb", &lock_class_mtx_spin }, { "lazypmap", &lock_class_mtx_spin }, #endif #ifdef __sparc64__