Re: [PATCH 1/5] x86/apic: Fix x2apic enablement without interrupt remapping

From: Thomas Gleixner
Date: Thu Oct 08 2020 - 07:46:22 EST


On Wed, Oct 07 2020 at 13:20, David Woodhouse wrote:
> From: David Woodhouse <dwmw@xxxxxxxxxxxx>
>
> static struct apic apic_x2apic_phys;
> +static u32 x2apic_max_apicid;

__ro_after_init?

Thanks,

tglx