aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/smp.c')
-rw-r--r--arch/x86_64/kernel/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/smp.c b/arch/x86_64/kernel/smp.c
index 4a6628b14d99..e369a3426df4 100644
--- a/arch/x86_64/kernel/smp.c
+++ b/arch/x86_64/kernel/smp.c
@@ -470,7 +470,7 @@ void smp_send_stop(void)
470 return; 470 return;
471 /* Don't deadlock on the call lock in panic */ 471 /* Don't deadlock on the call lock in panic */
472 if (!spin_trylock(&call_lock)) { 472 if (!spin_trylock(&call_lock)) {
473 /* ignore locking because we have paniced anyways */ 473 /* ignore locking because we have panicked anyways */
474 nolock = 1; 474 nolock = 1;
475 } 475 }
476 __smp_call_function(smp_really_stop_cpu, NULL, 0, 0); 476 __smp_call_function(smp_really_stop_cpu, NULL, 0, 0);