RE: [patch 04/14] x86/irq: Make irqstats array based
From: Thomas Gleixner
Date: Thu Mar 05 2026 - 10:55:01 EST
On Wed, Mar 04 2026 at 22:18, Michael Kelley wrote:
> From: Thomas Gleixner <tglx@xxxxxxxxxx> Sent: Wednesday, March 4, 2026 10:56 AM
>> - inc_irq_stat(hyperv_stimer0_count);
>> + inc_irq_stat(HYPERV_STIMER0)
>
> Missing semicolon at the end of this line causes a compile error.
>> - seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count));
>> -#if defined(CONFIG_X86_IO_APIC)
>> - seq_printf(p, "%*s: %10u\n", prec, "MIS", atomic_read(&irq_mis_count));
>> + ITS(HYPERV_REENLIGHTMENT, "HRE", " Hyper-V reenlightment interrupts\n"),
>
> s/HYPERV_REENLIGHTMENT/HYPERV_REENLIGHTENMENT/ (causes compile error)
> s/reenlightment/reenlightenment/
Grmbl. Why did neither me nor the robots catch that before I posted?