ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
authorThomas Gleixner <tglx@linutronix.de>
Thu, 10 Dec 2020 19:25:45 +0000 (20:25 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Dec 2020 15:19:31 +0000 (16:19 +0100)
commit88c637748e3176dcfaa36185e5eaafe6098d43e0
tree33d7e42eaedee4a195a96ea095aad9486cb219a3
parent501e2db67fa4264b517de5c7934e94cca89b3a1e
ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()

The irq descriptor is already there, no need to look it up again.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20201210194043.454288890@linutronix.de
arch/arm/kernel/smp.c