aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap-smp.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-06-11 15:24:07 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-07-09 12:39:36 -0400
commit79d15ce999e7ae3e4b6cd71a720915e5d1c6c9c6 (patch)
tree76a8628f5befd447a5bb2db83d72c2cde574d646 /arch/arm/mach-omap2/omap-smp.c
parent98437b83ee9e8c4adc84efa7f5a02647041f675b (diff)
ARM: OMAP: use SGI0 to wake secondary CPUs
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/omap-smp.c')
-rw-r--r--arch/arm/mach-omap2/omap-smp.c2
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 deffbf1c9627..596eb70d37be 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)
111 booted = true; 111 booted = true;
112 } 112 }
113 113
114 gic_raise_softirq(cpumask_of(cpu), 1); 114 gic_raise_softirq(cpumask_of(cpu), 0);
115 115
116 /* 116 /*
117 * Now the secondary core is starting up let it run its 117 * Now the secondary core is starting up let it run its