diff options
author | Marc Zyngier <maz@kernel.org> | 2020-06-23 00:15:54 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-09-17 18:37:28 +0300 |
commit | 8aa837cb7a032884c787b15de81f7d9de8af0869 (patch) | |
tree | 023b1d83fcc565f111d9962c7f63498d9affa50c /arch/arm/include/asm | |
parent | a263881525310e10ecd46ae8e8531ac9e968b1b4 (diff) | |
download | linux-8aa837cb7a032884c787b15de81f7d9de8af0869.tar.xz |
ARM: Kill __smp_cross_call and co
The old IPI registration interface is now unused on arm, so let's
get rid of it.
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm/include/asm')
-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 0e29730295ca..0ca55a607d0a 100644 --- a/arch/arm/include/asm/smp.h +++ b/arch/arm/include/asm/smp.h @@ -39,12 +39,6 @@ void handle_IPI(int ipinr, struct pt_regs *regs); */ extern void smp_init_cpus(void); - -/* - * Provide a function to raise an IPI cross call on CPUs in callmap. - */ -extern void set_smp_cross_call(void (*)(const struct cpumask *, unsigned int)); - /* * Register IPI interrupts with the arch SMP code */ |