From f39a190a3fbeec164c525428c49351465d4a9477 Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 24 Feb 2001 14:29:47 +0000 Subject: Add knowledge of the netgraph spinlocks into the Witness code. Well, at least I think that's how it's done. --- sys/kern/kern_mutex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/kern/kern_mutex.c') diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index cbc0dea..9fe20a1 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -947,6 +947,8 @@ static char *spin_order_list[] = { "ap boot", "imen", #endif + "ng_node", + "ng_worklist", "smp rendezvous", #endif NULL -- cgit v1.1