On 18.07.2025 16:20, Andrew Cooper wrote: > Architecturally, stepping is a 4-bit field, so a uint16_t suffices for a > bitmap of steppings. > > In order to keep the size of struct x86_cpu_id the same, shrink the vendor and > family fields; there's no need for them to be uint16_t in Xen, and this > matches the size of the fields in cpuinfo_x86. > > No functional change. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>