projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344c62f
)
ARM: shmobile: Let r8a7779 rely on SCU CPU notifier
author
Magnus Damm
<damm@opensource.se>
Sat, 14 Sep 2013 13:46:52 +0000
(22:46 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Mon, 30 Sep 2013 08:56:10 +0000
(17:56 +0900)
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@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/smp-r8a7779.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/smp-r8a7779.c
b/arch/arm/mach-shmobile/smp-r8a7779.c
index 0f05e9fb722fbfd0c3b921b6caa5a85d68b5d25d..627c1f0d9478b36ff79342d25053b9557d429189 100644
(file)
--- a/
arch/arm/mach-shmobile/smp-r8a7779.c
+++ b/
arch/arm/mach-shmobile/smp-r8a7779.c
@@
-87,10
+87,6
@@
static int r8a7779_boot_secondary(unsigned int cpu, struct task_struct *idle)
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];