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

Commit e91d5d91 authored by Stephen Boyd's avatar Stephen Boyd Committed by Russell King
Browse files

ARM: 7498/1: mach-shmobile: Use SGI0 to wake secondary CPUs

parent 08928e7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ int __cpuinit emev2_boot_secondary(unsigned int cpu)
	/* Tell ROM loader about our vector (in headsmp.S) */
	emev2_set_boot_vector(__pa(shmobile_secondary_vector));

	gic_raise_softirq(cpumask_of(cpu), 1);
	gic_raise_softirq(cpumask_of(cpu), 0);
	return 0;
}