aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Luck <[email protected]>2024-01-17 11:18:44 -0800
committerBorislav Petkov (AMD) <[email protected]>2024-01-23 11:08:08 +0100
commit090e3bec01763e415bccae445f5bfe3d0c61b629 (patch)
treeb0433ff4789f3bffacb33a6871fddc0465044a22
parent3e4147f33f8b647775357bae0248b9a2aeebfcd2 (diff)
x86/cpu: Add model number for Intel Clearwater Forest processor
Server product based on the Atom Darkmont core. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-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 197316121f04..b65e9c46b922 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -162,6 +162,8 @@
#define INTEL_FAM6_ATOM_CRESTMONT_X 0xAF /* Sierra Forest */
#define INTEL_FAM6_ATOM_CRESTMONT 0xB6 /* Grand Ridge */
+#define INTEL_FAM6_ATOM_DARKMONT_X 0xDD /* Clearwater Forest */
+
/* Xeon Phi */
#define INTEL_FAM6_XEON_PHI_KNL 0x57 /* Knights Landing */