]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-shmobile/smp-emev2.c
ARM: 7498/1: mach-shmobile: Use SGI0 to wake secondary CPUs
[karo-tx-linux.git] / arch / arm / mach-shmobile / smp-emev2.c
index 6a35c4a31e6caa9919a3d8d68d249d76e707c9fd..030558f474a4f13f6bf37c68d79f0e272ac76888 100644 (file)
@@ -82,7 +82,7 @@ int __cpuinit emev2_boot_secondary(unsigned int cpu)
        /* Tell ROM loader about our vector (in headsmp.S) */
        emev2_set_boot_vector(__pa(shmobile_secondary_vector));
 
-       gic_raise_softirq(cpumask_of(cpu), 1);
+       gic_raise_softirq(cpumask_of(cpu), 0);
        return 0;
 }