Re: [PATCH v3 2/3] x86/apic: Introduce a variable to track the number of EILVT registers
From: Thomas Gleixner
Date: Tue Jul 21 2026 - 08:46:55 EST
On Tue, Jul 21 2026 at 13:33, Naveen N. Rao wrote:
>
> +extern unsigned int apic_eilvt_count;
Please do not create yet another global variable. It's an APIC property,
so struct apic is the obvious place for it, no?
Thanks,
tglx