summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_mutex.c')
-rw-r--r--sys/kern/kern_mutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index 4f82470..e378bed 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -941,13 +941,13 @@ static char *spin_order_list[] = {
/*
* leaf locks
*/
+ "ng_node",
+ "ng_worklist",
#ifdef SMP
#ifdef __i386__
"ap boot",
"imen",
#endif
- "ng_node",
- "ng_worklist",
"smp rendezvous",
#endif
NULL
OpenPOWER on IntegriCloud