diff options
Diffstat (limited to 'sys/kern/subr_turnstile.c')
-rw-r--r-- | sys/kern/subr_turnstile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index 0b0ba86..2142de0 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.c @@ -920,6 +920,8 @@ static char *spin_order_list[] = { #ifdef __i386__ "cy", #endif + "ng_node", + "ng_worklist", "ithread table lock", "ithread list lock", "sched lock", @@ -930,8 +932,6 @@ static char *spin_order_list[] = { /* * leaf locks */ - "ng_node", - "ng_worklist", #ifdef SMP #ifdef __i386__ "ap boot", |