Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 7485/1: EXYNOS: use SGI0 to wake secondary CPUs

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Stephen Boyd and committed by
Russell King
5b7cc3df f4ba394c

+1 -1
+1 -1
arch/arm/mach-exynos/platsmp.c
··· 139 139 140 140 __raw_writel(virt_to_phys(exynos4_secondary_startup), 141 141 CPU1_BOOT_REG); 142 - gic_raise_softirq(cpumask_of(cpu), 1); 142 + gic_raise_softirq(cpumask_of(cpu), 0); 143 143 144 144 if (pen_release == -1) 145 145 break;