summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_mutex.c4
-rw-r--r--sys/kern/subr_turnstile.c4
-rw-r--r--sys/kern/subr_witness.c4
3 files changed, 6 insertions, 6 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
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index 4f82470..e378bed 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.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
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 4f82470..e378bed 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.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