Skip to content

Commit 0ca77b5

Browse files
aeglquanxianwang
authored andcommitted
x86/cpu: Add model number for Intel Clearwater Forest processor
commit 090e3be upstream. Server product based on the Atom Darkmont core. Intel-SIG: commit 090e3be x86/cpu: Add model number for Intel Clearwater Forest processor. ClearWater support including CPU model and new ISAs and its dependency Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Quanxian Wang: amend commit log ] Signed-off-by: Quanxian Wang <[email protected]>
1 parent 64b48d1 commit 0ca77b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,11 @@
152152
#define INTEL_FAM6_ATOM_TREMONT_L 0x9C /* Jasper Lake */
153153

154154
#define INTEL_FAM6_ATOM_GRACEMONT 0xBE /* Alderlake N */
155-
#define INTEL_FAM6_ATOM_CRESTMONT_X 0xAF /* Sierra Forest */
156-
#define INTEL_FAM6_ATOM_CRESTMONT 0xB6 /* Grand Ridge */
155+
#define INTEL_FAM6_ATOM_CRESTMONT_X 0xAF /* Sierra Forest */
156+
#define INTEL_FAM6_ATOM_CRESTMONT 0xB6 /* Grand Ridge */
157+
158+
#define INTEL_FAM6_ATOM_DARKMONT_X 0xDD /* Clearwater Forest */
159+
157160
/* Xeon Phi */
158161

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

0 commit comments

Comments
 (0)