arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
authorThomas Gleixner <tglx@linutronix.de>
Thu, 10 Dec 2020 19:25:46 +0000 (20:25 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Dec 2020 15:19:31 +0000 (16:19 +0100)
commit5089bc51f81f05ad7f0e46db2107be2311343852
treec9df8aa618ddaa29a010f8b5de8fc2a730775d55
parent88c637748e3176dcfaa36185e5eaafe6098d43e0
arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()

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.546326568@linutronix.de
arch/arm64/kernel/smp.c