Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

x86/cpu: Add model number for Intel Clearwater Forest processor

Server product based on the Atom Darkmont core.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240117191844.56180-1-tony.luck@intel.com

authored by

Tony Luck and committed by
Borislav Petkov (AMD)
090e3bec 3e4147f3

+2
+2
arch/x86/include/asm/intel-family.h
··· 162 162 #define INTEL_FAM6_ATOM_CRESTMONT_X 0xAF /* Sierra Forest */ 163 163 #define INTEL_FAM6_ATOM_CRESTMONT 0xB6 /* Grand Ridge */ 164 164 165 + #define INTEL_FAM6_ATOM_DARKMONT_X 0xDD /* Clearwater Forest */ 166 + 165 167 /* Xeon Phi */ 166 168 167 169 #define INTEL_FAM6_XEON_PHI_KNL 0x57 /* Knights Landing */