Re: [PATCH v2 12/17] x86/cpu/intel: Replace Family 5 model checks with VFM ones
From: Dave Hansen
Date: Tue Feb 11 2025 - 16:07:14 EST
On 2/11/25 11:44, Sohil Mehta wrote:
> Introduce names for some Family 5 models and convert some of the checks
> to be VFM based.
>
> Also, to keep the file sorted by family, move Family 5 to the top of the
> header file.
It seems a little crazy to be naming all these old CPUs, but it does
make the code a lot more readable. Seeing INTEL_PENTIUM_MMX actually in
the code also *SCREAMS* how horribly ancient these CPUs are. :)
Acked-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>