diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap-smp.c')
-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 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 |