[PATCH 04/05] ARM: shmobile: Let r8a7779 rely on SCU CPU notifier
Magnus Damm
magnus.damm at gmail.com
Sat Sep 14 09:46:52 EDT 2013
From: Magnus Damm <damm at opensource.se>
Now when CPU notifiers are used for SCU boot vector
setup shmobile_smp_scu_boot_secondary() is no longer
needed.
Signed-off-by: Magnus Damm <damm at opensource.se>
---
arch/arm/mach-shmobile/smp-r8a7779.c | 4 ----
1 file changed, 4 deletions(-)
--- 0001/arch/arm/mach-shmobile/smp-r8a7779.c
+++ work/arch/arm/mach-shmobile/smp-r8a7779.c 2013-09-14 19:36:57.000000000 +0900
@@ -87,10 +87,6 @@ static int r8a7779_boot_secondary(unsign
unsigned int lcpu = cpu_logical_map(cpu);
int ret;
- ret = shmobile_smp_scu_boot_secondary(cpu, idle);
- if (ret)
- return ret;
-
if (lcpu < ARRAY_SIZE(r8a7779_ch_cpu))
ch = r8a7779_ch_cpu[lcpu];
More information about the linux-arm-kernel
mailing list