aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2021-11-12 10:28:35 -0800
committerDave Hansen <dave.hansen@linux.intel.com>2021-11-12 11:46:06 -0800
commitfbdb5e8f2926ae9636c9fa6f42c7426132ddeeb2 (patch)
tree0aa2ed356a9796f29c66a8bcf1d6bb600245eb5d
parentx86/mce: Add errata workaround for Skylake SKX37 (diff)
downloadlinux-dev-fbdb5e8f2926ae9636c9fa6f42c7426132ddeeb2.tar.xz
linux-dev-fbdb5e8f2926ae9636c9fa6f42c7426132ddeeb2.zip
x86/cpu: Add Raptor Lake to Intel family
Add model ID for Raptor Lake. [ dhansen: These get added as soon as possible so that folks doing development can leverage them. ] 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/20211112182835.924977-1-tony.luck@intel.com
-rw-r--r--arch/x86/include/asm/intel-family.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 27158436f322..5a0bcf8b78d7 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -108,6 +108,8 @@
#define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */
#define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */
+#define INTEL_FAM6_RAPTOR_LAKE 0xB7
+
/* "Small Core" Processors (Atom) */
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */