projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344bc8b
)
ARM: shmobile: Let EMEV2 rely on SCU CPU notifier
author
Magnus Damm
<damm@opensource.se>
Sat, 14 Sep 2013 13:46:43 +0000
(22:46 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Mon, 30 Sep 2013 08:56:09 +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-emev2.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/smp-emev2.c
b/arch/arm/mach-shmobile/smp-emev2.c
index 522de5ebb55fd727004e3934e4a38d8e2357462c..f2ca92308f7568f851289626fddd9c25c6064fee 100644
(file)
--- a/
arch/arm/mach-shmobile/smp-emev2.c
+++ b/
arch/arm/mach-shmobile/smp-emev2.c
@@
-34,12
+34,6
@@
static int emev2_boot_secondary(unsigned int cpu, struct task_struct *idle)
{
- int ret;
-
- ret = shmobile_smp_scu_boot_secondary(cpu, idle);
- if (ret)
- return ret;
-
arch_send_wakeup_ipi_mask(cpumask_of(cpu_logical_map(cpu)));
return 0;
}