diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index 2c53137ca06d..b7d0b36efce3 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -973,8 +973,8 @@ static char *spin_order_list[] = { }; static char *order_list[] = { - "Giant", "uidinfo hash", "uidinfo struct", NULL, - "Giant", "proctree", "allproc", "process lock", NULL, + "Giant", "proctree", "allproc", "process lock", "uidinfo hash", + "uidinfo struct", NULL, NULL }; diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index 2c53137ca06d..b7d0b36efce3 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.c @@ -973,8 +973,8 @@ static char *spin_order_list[] = { }; static char *order_list[] = { - "Giant", "uidinfo hash", "uidinfo struct", NULL, - "Giant", "proctree", "allproc", "process lock", NULL, + "Giant", "proctree", "allproc", "process lock", "uidinfo hash", + "uidinfo struct", NULL, NULL }; diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 2c53137ca06d..b7d0b36efce3 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -973,8 +973,8 @@ static char *spin_order_list[] = { }; static char *order_list[] = { - "Giant", "uidinfo hash", "uidinfo struct", NULL, - "Giant", "proctree", "allproc", "process lock", NULL, + "Giant", "proctree", "allproc", "process lock", "uidinfo hash", + "uidinfo struct", NULL, NULL };