diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-06-11 20:24:07 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-07-09 17:39:36 +0100 |
commit | 79d15ce999e7ae3e4b6cd71a720915e5d1c6c9c6 (patch) | |
tree | 76a8628f5befd447a5bb2db83d72c2cde574d646 | |
parent | 98437b83ee9e8c4adc84efa7f5a02647041f675b (diff) | |
download | linux-3.10-79d15ce999e7ae3e4b6cd71a720915e5d1c6c9c6.tar.gz linux-3.10-79d15ce999e7ae3e4b6cd71a720915e5d1c6c9c6.tar.bz2 linux-3.10-79d15ce999e7ae3e4b6cd71a720915e5d1c6c9c6.zip |
ARM: OMAP: use SGI0 to wake secondary CPUs
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mach-omap2/omap-smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-smp.c b/arch/arm/mach-omap2/omap-smp.c index deffbf1c962..596eb70d37b 100644 --- a/arch/arm/mach-omap2/omap-smp.c +++ b/arch/arm/mach-omap2/omap-smp.c @@ -111,7 +111,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) booted = true; } - gic_raise_softirq(cpumask_of(cpu), 1); + gic_raise_softirq(cpumask_of(cpu), 0); /* * Now the secondary core is starting up let it run its |