summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRussell King2012-06-11 21:24:44 +0200
committerRussell King2012-07-09 18:39:36 +0200
commitffae894035a1e0c46869eb81d53ea88ca4eaf2f0 (patch)
treedf5682defe1afe1c93aebb455c3c3fa87cf15d13 /arch
parentARM: OMAP: use SGI0 to wake secondary CPUs (diff)
downloadkernel-qcow2-linux-ffae894035a1e0c46869eb81d53ea88ca4eaf2f0.tar.gz
kernel-qcow2-linux-ffae894035a1e0c46869eb81d53ea88ca4eaf2f0.tar.xz
kernel-qcow2-linux-ffae894035a1e0c46869eb81d53ea88ca4eaf2f0.zip
ARM: MSM: use SGI0 to wake secondary CPUs
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-msm/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-msm/platsmp.c
index db0117ec55f4..e012dc8391cf 100644
--- a/arch/arm/mach-msm/platsmp.c
+++ b/arch/arm/mach-msm/platsmp.c
@@ -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)) {