Skip to content

Commit 224d693

Browse files
aeglgregkh
authored andcommitted
x86/cpu: Add model number for Intel Clearwater Forest processor
[ Upstream commit 090e3be ] 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] Stable-dep-of: c9a4b55 ("x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation") Signed-off-by: Sasha Levin <[email protected]>
1 parent 14172f8 commit 224d693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/include/asm/intel-family.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
#define INTEL_FAM6_ATOM_CRESTMONT_X 0xAF /* Sierra Forest */
163163
#define INTEL_FAM6_ATOM_CRESTMONT 0xB6 /* Grand Ridge */
164164

165+
#define INTEL_FAM6_ATOM_DARKMONT_X 0xDD /* Clearwater Forest */
166+
165167
/* Xeon Phi */
166168

167169
#define INTEL_FAM6_XEON_PHI_KNL 0x57 /* Knights Landing */

0 commit comments

Comments
 (0)