On 14.05.2024 10:28, Sergiy Kibrik wrote: > --- a/xen/arch/x86/cpu/mcheck/mce.c > +++ b/xen/arch/x86/cpu/mcheck/mce.c > @@ -38,6 +38,10 @@ DEFINE_PER_CPU_READ_MOSTLY(unsigned int, nr_mce_banks); > unsigned int __read_mostly firstbank; > unsigned int __read_mostly ppin_msr; > uint8_t __read_mostly cmci_apic_vector; > +bool __read_mostly cmci_support; > + > +/* If mce_force_broadcast == 1, lmce_support will be disabled forcibly. */ > +bool __read_mostly lmce_support;
While moving these, did you consider switching to __ro_after_init? Preferably with that Acked-by: Jan Beulich <[email protected]> Jan
