ARM: MSM: use SGI0 to wake secondary CPUs
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 11 Jun 2012 19:24:44 +0000 (20:24 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 9 Jul 2012 16:39:36 +0000 (17:39 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-msm/platsmp.c

index db0117ec55f4ad32a10d154d1eb2c41654a73bac..e012dc8391cfc0898bf05a7caae4694421919ed5 100644 (file)
@@ -127,7 +127,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
         * the boot monitor to read the system wide flags register,
         * and branch to the address found there.
         */
-       gic_raise_softirq(cpumask_of(cpu), 1);
+       gic_raise_softirq(cpumask_of(cpu), 0);
 
        timeout = jiffies + (1 * HZ);
        while (time_before(jiffies, timeout)) {
This page took 0.028001 seconds and 5 git commands to generate.