summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/smp.h
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-06-22 22:15:54 +0100
committerMarc Zyngier <maz@kernel.org>2020-09-17 16:37:28 +0100
commit8aa837cb7a032884c787b15de81f7d9de8af0869 (patch)
tree023b1d83fcc565f111d9962c7f63498d9affa50c /arch/arm/include/asm/smp.h
parenta263881525310e10ecd46ae8e8531ac9e968b1b4 (diff)
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/smp.h')
-rw-r--r--arch/arm/include/asm/smp.h6
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
*/