aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2022-08-24 10:57:18 -0700
committerDave Hansen <dave.hansen@linux.intel.com>2022-08-31 14:17:00 -0700
commit5515d21c6817bc27b0b13c61edf22b09b58bc647 (patch)
treeaa469f4bd246e25b00fea3167e81f0e301d5ecf4 /arch/x86/include/asm
parentDocumentation/ABI: Mention retbleed vulnerability info file for sysfs (diff)
downloadlinux-dev-5515d21c6817bc27b0b13c61edf22b09b58bc647.tar.xz
linux-dev-5515d21c6817bc27b0b13c61edf22b09b58bc647.zip
x86/cpu: Add CPU model numbers for Meteor Lake
Add model numbers for client and mobile parts. Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://lkml.kernel.org/r/20220824175718.232384-1-tony.luck@intel.com
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/intel-family.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index aeb38023a703..5d75fe229342 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -115,6 +115,9 @@
#define INTEL_FAM6_RAPTORLAKE_P 0xBA
#define INTEL_FAM6_RAPTORLAKE_S 0xBF
+#define INTEL_FAM6_METEORLAKE 0xAC
+#define INTEL_FAM6_METEORLAKE_L 0xAA
+
/* "Small Core" Processors (Atom) */
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */