Re: [PATCH v3 2/3] x86/apic: Introduce a variable to track the number of EILVT registers
From: Naveen N Rao
Date: Wed Jul 22 2026 - 10:23:28 EST
On Tue, Jul 21, 2026 at 02:42:35PM +0200, Thomas Gleixner wrote:
> 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?
Indeed, sure - will move it into 'struct apic'.
Thanks for the review!
- Naveen