diff options
author | Magnus Damm <damm@opensource.se> | 2013-09-14 15:47:02 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-30 10:56:10 +0200 |
commit | e4550216ef8245b1c9892239a2121a7b15ac2e91 (patch) | |
tree | d4b3146f32b0166cd6373cb81a8ad5e6e77203c9 /arch/arm/mach-shmobile/platsmp-scu.c | |
parent | ARM: shmobile: Let r8a7779 rely on SCU CPU notifier (diff) | |
download | linux-e4550216ef8245b1c9892239a2121a7b15ac2e91.tar.xz linux-e4550216ef8245b1c9892239a2121a7b15ac2e91.zip |
ARM: shmobile: Remove shmobile_smp_scu_boot_secondary()
Remove shmobile_smp_scu_boot_secondary() since
it is no longer used. CPU boot vector setup is
instead handled by CPU notifiers.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/platsmp-scu.c')
-rw-r--r-- | arch/arm/mach-shmobile/platsmp-scu.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-shmobile/platsmp-scu.c b/arch/arm/mach-shmobile/platsmp-scu.c index 49ae8dfc625d..673ad6e80869 100644 --- a/arch/arm/mach-shmobile/platsmp-scu.c +++ b/arch/arm/mach-shmobile/platsmp-scu.c @@ -51,14 +51,6 @@ void __init shmobile_smp_scu_prepare_cpus(unsigned int max_cpus) register_cpu_notifier(&shmobile_smp_scu_notifier); } -int shmobile_smp_scu_boot_secondary(unsigned int cpu, struct task_struct *idle) -{ - /* For this particular CPU register SCU boot vector */ - shmobile_smp_hook(cpu, virt_to_phys(shmobile_boot_scu), - (unsigned long)shmobile_scu_base); - return 0; -} - #ifdef CONFIG_HOTPLUG_CPU void shmobile_smp_scu_cpu_die(unsigned int cpu) { |