diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 44ab12dc2a12..580da1aa4a4c 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1016,7 +1016,7 @@ static void xen_reboot(int reason) | |||
1016 | struct sched_shutdown r = { .reason = reason }; | 1016 | struct sched_shutdown r = { .reason = reason }; |
1017 | 1017 | ||
1018 | #ifdef CONFIG_SMP | 1018 | #ifdef CONFIG_SMP |
1019 | smp_send_stop(); | 1019 | stop_other_cpus(); |
1020 | #endif | 1020 | #endif |
1021 | 1021 | ||
1022 | if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) | 1022 | if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) |