Skip to content
Snippets Groups Projects
Commit 79d15ce9 authored by Russell King's avatar Russell King
Browse files

ARM: OMAP: use SGI0 to wake secondary CPUs

parent 98437b83
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment