diff options
Diffstat (limited to 'sys/kern/subr_turnstile.c')
-rw-r--r-- | sys/kern/subr_turnstile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index 37ddc8f..1a4dda2 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.c @@ -703,8 +703,8 @@ static char *ignore_list[] = { }; static char *spin_order_list[] = { - "sched lock", "sio", + "sched lock", #ifdef __i386__ "clk", #endif |