x86/CPUID: move some static masks into .init
authorJan Beulich <jbeulich@suse.com>
Fri, 9 Apr 2021 07:14:25 +0000 (09:14 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 9 Apr 2021 07:14:25 +0000 (09:14 +0200)
commit186b09ea01c925c3997f1a05f585b35151d32d1a
tree8efe88031c304aef9b5a07e6e9cf8ee468625c23
parentdfcf494f96671a9d3ee2fed70250ef1eedc1c00e
x86/CPUID: move some static masks into .init

Except for hvm_shadow_max_featuremask and deep_features they're
referenced by __init functions only.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/cpuid.c