]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/cpu/intel: Replace Family 5 model checks with VFM ones
authorSohil Mehta <sohil.mehta@intel.com>
Wed, 19 Feb 2025 18:41:25 +0000 (18:41 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 19 Mar 2025 10:19:44 +0000 (11:19 +0100)
commiteb1ac3330573e0d6cb0f8dccde34112929fc1344
tree4a47ef4ab377cc631fbef5626df44e3ce3418945
parentfc866f247277894bf887cda01c010e1d98abcb86
x86/cpu/intel: Replace Family 5 model checks with VFM ones

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.

Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/r/20250219184133.816753-8-sohil.mehta@intel.com
arch/x86/include/asm/intel-family.h
arch/x86/kernel/cpu/intel.c