mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
x86/irq: Add missing 's' back to thermal event printout
The /proc/interrupt handling rework dropped a 's' in the thermal event
printout, which breaks the thermal test in the Intel LKVS suite.
Bring the important letter back.
Fixes: 2b57c69917 ("x86/irq: Make irqstats array based")
Reported-by: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Closes: https://lore.kernel.org/oe-lkp/202606121325.97b29701-lkp@intel.com
This commit is contained in:
@@ -92,7 +92,7 @@ static const struct irq_stat_info irq_stat_info[IRQ_COUNT_MAX] = {
|
||||
#endif
|
||||
ISS(TLB, "TLB", " TLB shootdowns\n"),
|
||||
#ifdef CONFIG_X86_THERMAL_VECTOR
|
||||
ISS(THERMAL_APIC, "TRM", " Thermal event interrupt\n"),
|
||||
ISS(THERMAL_APIC, "TRM", " Thermal event interrupts\n"),
|
||||
#endif
|
||||
#ifdef CONFIG_X86_MCE_THRESHOLD
|
||||
ISS(THRESHOLD_APIC, "THR", " Threshold APIC interrupts\n"),
|
||||
|
||||
Reference in New Issue
Block a user