diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2020-08-19 11:56:33 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-09-18 19:59:43 +1000 |
commit | bf3c1464db883a953ad7bbed64924480b8b2b244 (patch) | |
tree | 0a5f81aa0771bfa63429cddb7cc8365ac3c9a586 /arch/powerpc/include | |
parent | 1ea21ba231f248034e8c794aa675869ca2b97d42 (diff) |
powerpc/smp: Fold cpu_die() into its only caller
Avoid the eternal confusion between cpu_die() and __cpu_die() by
removing the former, folding it into its only caller.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200819015634.1974478-2-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/smp.h b/arch/powerpc/include/asm/smp.h index 041f0b97c45b..0bf80c5b440a 100644 --- a/arch/powerpc/include/asm/smp.h +++ b/arch/powerpc/include/asm/smp.h @@ -30,7 +30,6 @@ extern int spinning_secondaries; extern u32 *cpu_to_phys_id; extern bool coregroup_enabled; -extern void cpu_die(void); extern int cpu_to_chip_id(int cpu); #ifdef CONFIG_SMP |