diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-08-20 20:49:54 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-08-27 15:44:13 +0100 |
commit | 084bb5bc00c19ec32b45f44d11ba6a0ca2514ec3 (patch) | |
tree | 4553a283ad4b6e4c615197934227812aea3e2c5f /arch/arm/include/asm/smp.h | |
parent | 31e1a602b97dd7f68adb44ebac89caa7f1a25b1c (diff) | |
download | linux-stable-084bb5bc00c19ec32b45f44d11ba6a0ca2514ec3.tar.gz linux-stable-084bb5bc00c19ec32b45f44d11ba6a0ca2514ec3.tar.bz2 linux-stable-084bb5bc00c19ec32b45f44d11ba6a0ca2514ec3.zip |
ARM: 8131/1: arm/smp: Absorb boot_secondary()
After becoming a mandatory function, boot_secondary() is no longer used
outside arch/arm/kernel/smp.c. Hence remove its public prototype, and,
as suggested by Arnd, let it be absorbed by its single caller.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/smp.h')
-rw-r--r-- | arch/arm/include/asm/smp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/include/asm/smp.h b/arch/arm/include/asm/smp.h index 2ec765c39ab4..18f5a554134f 100644 --- a/arch/arm/include/asm/smp.h +++ b/arch/arm/include/asm/smp.h @@ -49,12 +49,6 @@ extern void smp_init_cpus(void); extern void set_smp_cross_call(void (*)(const struct cpumask *, unsigned int)); /* - * Boot a secondary CPU, and assign it the specified idle task. - * This also gives us the initial stack to use for this CPU. - */ -extern int boot_secondary(unsigned int cpu, struct task_struct *); - -/* * Called from platform specific assembly code, this is the * secondary CPU entry point. */ |