Merge branch 'akpm-incoming-2'
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / xen / enlighten.c
index 0cd12db..70ddeae 100644 (file)
@@ -1015,7 +1015,7 @@ static void xen_reboot(int reason)
        struct sched_shutdown r = { .reason = reason };
 
 #ifdef CONFIG_SMP
-       smp_send_stop();
+       stop_other_cpus();
 #endif
 
        if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r))