Skip to content

Commit

Permalink
ARM: ux500: wake secondary cpu via resched
Browse files Browse the repository at this point in the history
Wake secondary cpu via resched instead of
"Unknown IPI message 0x1"

Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Reviewed-by: Rickard Andersson <rickard.andersson@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Jonas Aaberg authored and Linus Walleij committed Apr 11, 2012
1 parent 0034102 commit 7d28e3e
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 @@ -99,7 +99,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
*/
write_pen_release(cpu_logical_map(cpu));

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

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

0 comments on commit 7d28e3e

Please sign in to comment.