Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
[sfrench/cifs-2.6.git] / arch / arm / mach-shmobile / smp-emev2.c
index f978c5d0e1ae98051159b6b6dce04db532f09a2d..f6745628628003f6f23e5e16c3ea175177f256a6 100644 (file)
@@ -100,7 +100,7 @@ static int __cpuinit emev2_boot_secondary(unsigned int cpu, struct task_struct *
        /* 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;
 }