Skip to content

Commit 00ae831

Browse files
Kan Liangsuryasaimadhu
authored andcommitted
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@linux.intel.com> Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Aristeu Rozanski <aris@redhat.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: linux-edac <linux-edac@vger.kernel.org> Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com> Cc: Megha Dey <megha.dey@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Qiuxu Zhuo <qiuxu.zhuo@intel.com> Cc: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: x86-ml <x86@kernel.org> Link: https://lkml.kernel.org/r/20190125195902.17109-4-tony.luck@intel.com
1 parent 625210c commit 00ae831

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* "Big Core" Processors (Branded as Core, Xeon, etc...)
77
*
88
* The "_X" parts are generally the EP and EX Xeons, or the
9-
* "Extreme" ones, like Broadwell-E.
9+
* "Extreme" ones, like Broadwell-E, or Atom microserver.
1010
*
1111
* While adding a new CPUID for a new microarchitecture, add a new
1212
* group to keep logically sorted out in chronological order. Within
@@ -71,6 +71,7 @@
7171
#define INTEL_FAM6_ATOM_GOLDMONT 0x5C /* Apollo Lake */
7272
#define INTEL_FAM6_ATOM_GOLDMONT_X 0x5F /* Denverton */
7373
#define INTEL_FAM6_ATOM_GOLDMONT_PLUS 0x7A /* Gemini Lake */
74+
#define INTEL_FAM6_ATOM_TREMONT_X 0x86 /* Jacobsville */
7475

7576
/* Xeon Phi */
7677

0 commit comments

Comments
 (0)