summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-versatile
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-06-11 20:23:20 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-07-09 17:39:36 +0100
commit98437b83ee9e8c4adc84efa7f5a02647041f675b (patch)
treead199e2aedf2b47e6eb9a166416e270565925e20 /arch/arm/plat-versatile
parent929678005ce947d521b0f8f3a76d48d7b394562b (diff)
downloadop-kernel-dev-98437b83ee9e8c4adc84efa7f5a02647041f675b.zip
op-kernel-dev-98437b83ee9e8c4adc84efa7f5a02647041f675b.tar.gz
ARM: Realview: use SGI0 to wake secondary CPUs
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-versatile')
-rw-r--r--arch/arm/plat-versatile/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-versatile/platsmp.c b/arch/arm/plat-versatile/platsmp.c
index 49c7db4..d7c5c17 100644
--- a/arch/arm/plat-versatile/platsmp.c
+++ b/arch/arm/plat-versatile/platsmp.c
@@ -85,7 +85,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)) {
OpenPOWER on IntegriCloud