Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98437b83 authored by Russell King's avatar Russell King
Browse files

ARM: Realview: use SGI0 to wake secondary CPUs

parent 92967800
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
	 * the boot monitor to read the system wide flags register,
	 * and branch to the address found there.
	 */
	gic_raise_softirq(cpumask_of(cpu), 1);
	gic_raise_softirq(cpumask_of(cpu), 0);

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