diff options
author | Magnus Damm <damm@opensource.se> | 2013-09-14 09:47:02 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-30 04:56:10 -0400 |
commit | e4550216ef8245b1c9892239a2121a7b15ac2e91 (patch) | |
tree | d4b3146f32b0166cd6373cb81a8ad5e6e77203c9 /arch/arm/mach-shmobile/include | |
parent | deb4928ea39c5eeef1c9f4562b5cee71f06a31ad (diff) |
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/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index 3460bb13c988..e31980590eb4 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -18,8 +18,6 @@ extern int shmobile_smp_cpu_disable(unsigned int cpu); | |||
18 | extern void shmobile_invalidate_start(void); | 18 | extern void shmobile_invalidate_start(void); |
19 | extern void shmobile_boot_scu(void); | 19 | extern void shmobile_boot_scu(void); |
20 | extern void shmobile_smp_scu_prepare_cpus(unsigned int max_cpus); | 20 | extern void shmobile_smp_scu_prepare_cpus(unsigned int max_cpus); |
21 | extern int shmobile_smp_scu_boot_secondary(unsigned int cpu, | ||
22 | struct task_struct *idle); | ||
23 | extern void shmobile_smp_scu_cpu_die(unsigned int cpu); | 21 | extern void shmobile_smp_scu_cpu_die(unsigned int cpu); |
24 | extern int shmobile_smp_scu_cpu_kill(unsigned int cpu); | 22 | extern int shmobile_smp_scu_cpu_kill(unsigned int cpu); |
25 | extern void shmobile_smp_apmu_prepare_cpus(unsigned int max_cpus); | 23 | extern void shmobile_smp_apmu_prepare_cpus(unsigned int max_cpus); |