Commit-ID:  0a05fa67e62c73baad2a7d0fa20e8f96896c1093
Gitweb:     https://git.kernel.org/tip/0a05fa67e62c73baad2a7d0fa20e8f96896c1093
Author:     Andy Shevchenko <[email protected]>
AuthorDate: Mon, 17 Jun 2019 14:55:37 +0300
Committer:  Thomas Gleixner <[email protected]>
CommitDate: Sat, 22 Jun 2019 11:45:57 +0200

x86/cpu: Split Tremont based Atoms from the rest

Split Tremont based Atoms from the rest to keep logical grouping.

Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Link: 
https://lkml.kernel.org/r/[email protected]

---
 arch/x86/include/asm/intel-family.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/include/asm/intel-family.h 
b/arch/x86/include/asm/intel-family.h
index 087de5d3b93a..c92a367a4a7a 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -74,6 +74,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 */

Reply via email to