diff options
author | Marc Zyngier <maz@kernel.org> | 2020-06-20 18:19:00 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-09-17 17:37:28 +0200 |
commit | a263881525310e10ecd46ae8e8531ac9e968b1b4 (patch) | |
tree | d9f7b2f5f438a8a683cf53803e931d09f0b20d63 /arch/arm64/include/asm/smp.h | |
parent | arm64: Kill __smp_cross_call and co (diff) | |
download | linux-a263881525310e10ecd46ae8e8531ac9e968b1b4.tar.xz linux-a263881525310e10ecd46ae8e8531ac9e968b1b4.zip |
arm64: Remove custom IRQ stat accounting
Let's switch the arm64 code to the core accounting, which already
does everything we need.
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/include/asm/smp.h')
-rw-r--r-- | arch/arm64/include/asm/smp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/include/asm/smp.h b/arch/arm64/include/asm/smp.h index c298ad02252e..2e7f529ec5a6 100644 --- a/arch/arm64/include/asm/smp.h +++ b/arch/arm64/include/asm/smp.h @@ -56,11 +56,6 @@ static inline void set_cpu_logical_map(int cpu, u64 hwid) struct seq_file; /* - * generate IPI list text - */ -extern void show_ipi_list(struct seq_file *p, int prec); - -/* * Discover the set of possible CPUs and determine their * SMP operations. */ |