]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/xen/enlighten.c
Merge branch 'linus' into x86/urgent
[net-next-2.6.git] / arch / x86 / xen / enlighten.c
index 63b83ceebd1a0984403af50aaefe29331d5f3132..3078dd5a806a657ff2ef7a28f827682b5fff3a7c 100644 (file)
@@ -1019,7 +1019,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))