Skip to content

Commit

Permalink
ARM: mach-ux500: use SGI0 to wake up the other core
Browse files Browse the repository at this point in the history
The commit 7d28e3e
("ARM: ux500: wake secondary cpu via resched") makes use
of schedule IPI to wake up the secondary core which seems
incorrect. Rather use SGI0.

Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Srinidhi Kasagar authored and Rob Herring committed Jan 10, 2013
1 parent 73171d1 commit 902ef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ux500/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static int __cpuinit ux500_boot_secondary(unsigned int cpu, struct task_struct *
*/
write_pen_release(cpu_logical_map(cpu));

smp_send_reschedule(cpu);
gic_raise_softirq(cpumask_of(cpu), 0);

timeout = jiffies + (1 * HZ);
while (time_before(jiffies, timeout)) {
Expand Down

0 comments on commit 902ef5d

Please sign in to comment.