[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <170600510450.398.6705864231763807910.tip-bot2@tip-bot2>
Date: Tue, 23 Jan 2024 10:18:24 -0000
From: "tip-bot2 for Tony Luck" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Tony Luck <tony.luck@...el.com>, "Borislav Petkov (AMD)" <bp@...en8.de>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: x86/urgent] x86/cpu: Add model number for Intel Clearwater
Forest processor
The following commit has been merged into the x86/urgent branch of tip:
Commit-ID: 090e3bec01763e415bccae445f5bfe3d0c61b629
Gitweb: https://git.kernel.org/tip/090e3bec01763e415bccae445f5bfe3d0c61b629
Author: Tony Luck <tony.luck@...el.com>
AuthorDate: Wed, 17 Jan 2024 11:18:44 -08:00
Committer: Borislav Petkov (AMD) <bp@...en8.de>
CommitterDate: Tue, 23 Jan 2024 11:08:08 +01:00
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@...el.com>
Signed-off-by: Borislav Petkov (AMD) <bp@...en8.de>
Link: https://lore.kernel.org/r/20240117191844.56180-1-tony.luck@intel.com
---
arch/x86/include/asm/intel-family.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 1973161..b65e9c4 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 */
Powered by blists - more mailing lists