[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-00ae831dfe4474ef6029558f5eb3ef0332d80043@git.kernel.org>
Date: Tue, 29 Jan 2019 07:48:55 -0800
From: tip-bot for Kan Liang <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: bp@...e.de, rajneesh.bhardwaj@...el.com,
linux-kernel@...r.kernel.org, mingo@...hat.com,
megha.dey@...ux.intel.com, mchehab@...pensource.com,
qiuxu.zhuo@...el.com, mingo@...nel.org, peterz@...radead.org,
aris@...hat.com, tony.luck@...el.com,
andriy.shevchenko@...ux.intel.com, hpa@...or.com,
linux-edac@...r.kernel.org, tglx@...utronix.de,
kan.liang@...ux.intel.com, x86@...nel.org
Subject: [tip:x86/urgent] x86/cpu: Add Atom Tremont (Jacobsville)
Commit-ID: 00ae831dfe4474ef6029558f5eb3ef0332d80043
Gitweb: https://git.kernel.org/tip/00ae831dfe4474ef6029558f5eb3ef0332d80043
Author: Kan Liang <kan.liang@...ux.intel.com>
AuthorDate: Fri, 25 Jan 2019 11:59:01 -0800
Committer: Borislav Petkov <bp@...e.de>
CommitDate: Tue, 29 Jan 2019 16:37:35 +0100
x86/cpu: Add Atom Tremont (Jacobsville)
Add the Atom Tremont model number to the Intel family list.
[ Tony: Also update comment at head of file to say "_X" suffix is
also used for microserver parts. ]
Signed-off-by: Kan Liang <kan.liang@...ux.intel.com>
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
Signed-off-by: Tony Luck <tony.luck@...el.com>
Signed-off-by: Borislav Petkov <bp@...e.de>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Aristeu Rozanski <aris@...hat.com>
Cc: "H. Peter Anvin" <hpa@...or.com>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: linux-edac <linux-edac@...r.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@...pensource.com>
Cc: Megha Dey <megha.dey@...ux.intel.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
Cc: Rajneesh Bhardwaj <rajneesh.bhardwaj@...el.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: x86-ml <x86@...nel.org>
Link: https://lkml.kernel.org/r/20190125195902.17109-4-tony.luck@intel.com
---
arch/x86/include/asm/intel-family.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 0dd6b0f4000e..d9a9993af882 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -6,7 +6,7 @@
* "Big Core" Processors (Branded as Core, Xeon, etc...)
*
* The "_X" parts are generally the EP and EX Xeons, or the
- * "Extreme" ones, like Broadwell-E.
+ * "Extreme" ones, like Broadwell-E, or Atom microserver.
*
* While adding a new CPUID for a new microarchitecture, add a new
* group to keep logically sorted out in chronological order. Within
@@ -71,6 +71,7 @@
#define INTEL_FAM6_ATOM_GOLDMONT 0x5C /* Apollo Lake */
#define INTEL_FAM6_ATOM_GOLDMONT_X 0x5F /* Denverton */
#define INTEL_FAM6_ATOM_GOLDMONT_PLUS 0x7A /* Gemini Lake */
+#define INTEL_FAM6_ATOM_TREMONT_X 0x86 /* Jacobsville */
/* Xeon Phi */
Powered by blists - more mailing lists