Ping²: [PATCH] x86/CPUID: move some static masks into .init

2021-04-01 Thread Jan Beulich
On 31.07.2020 16:55, Jan Beulich wrote: > On 15.07.2020 09:45, Jan Beulich wrote: >> Except for hvm_shadow_max_featuremask and deep_features they're >> referenced by __init functions only. >> >> Signed-off-by: Jan Beulich >> >> --- a/xen/arch/x86/cpuid.c >> +++ b/xen/arch/x86/cpuid.c >> @@ -16,12

Ping: [PATCH] x86/CPUID: move some static masks into .init

2020-07-31 Thread Jan Beulich
On 15.07.2020 09:45, Jan Beulich wrote: > Except for hvm_shadow_max_featuremask and deep_features they're > referenced by __init functions only. > > Signed-off-by: Jan Beulich > > --- a/xen/arch/x86/cpuid.c > +++ b/xen/arch/x86/cpuid.c > @@ -16,12 +16,15 @@ > const uint32_t known_features[] = I