Skip to content

Commit

Permalink
ARM: OMAP: use SGI0 to wake secondary CPUs
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Jul 9, 2012
1 parent 98437b8 commit 79d15ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/omap-smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79d15ce

Please sign in to comment.