Re: [patch 54/58] x86/xen/apic: Mark apic __ro_after_init

From: Thomas Gleixner
Date: Tue Jul 18 2023 - 11:56:50 EST


On Tue, Jul 18 2023 at 17:31, Juergen Gross wrote:
> On 18.07.23 01:15, Thomas Gleixner wrote:
>> + .get_apic_id = xen_get_apic_id,
>> + .set_apic_id = xen_set_apic_id, /* Can be NULL on 32-bit. */
>
> While changing this line, could you please drop the comment here?
>
> 32-bit is irrelevant, as Xen PV is 64-bit only these days.

Sure.