]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blobdiff - arch/x86/xen/enlighten.c
Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/pub...
[mcf548x/linux.git] / arch / x86 / xen / enlighten.c
index 02c710bebf7a3d911b639c07e17bb1187fd719eb..44dcad43989dc983af51863fac28677e2cfdaaee 100644 (file)
@@ -1021,10 +1021,6 @@ static void xen_reboot(int reason)
 {
        struct sched_shutdown r = { .reason = reason };
 
-#ifdef CONFIG_SMP
-       stop_other_cpus();
-#endif
-
        if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r))
                BUG();
 }