summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mutex.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2001-02-24 14:29:47 +0000
committerjulian <julian@FreeBSD.org>2001-02-24 14:29:47 +0000
commitf39a190a3fbeec164c525428c49351465d4a9477 (patch)
tree516da9da30eec45747ba137eed01037d27fbda93 /sys/kern/kern_mutex.c
parent439a8eea0f094622738a33b53f16e71cfef97d33 (diff)
downloadFreeBSD-src-f39a190a3fbeec164c525428c49351465d4a9477.zip
FreeBSD-src-f39a190a3fbeec164c525428c49351465d4a9477.tar.gz
Add knowledge of the netgraph spinlocks into the Witness code.
Well, at least I think that's how it's done.
Diffstat (limited to 'sys/kern/kern_mutex.c')
-rw-r--r--sys/kern/kern_mutex.c2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud