commit | 5089bc51f81f05ad7f0e46db2107be2311343852 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Dec 10 20:25:46 2020 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Dec 15 16:19:31 2020 +0100 |
tree | c9df8aa618ddaa29a010f8b5de8fc2a730775d55 | |
parent | 88c637748e3176dcfaa36185e5eaafe6098d43e0 [diff] |
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