The following commit has been merged into the x86/urgent branch of tip:

Commit-ID:     8d7c6ac3b2371eb1cbc9925a88f4d10efff374de
Gitweb:        
https://git.kernel.org/tip/8d7c6ac3b2371eb1cbc9925a88f4d10efff374de
Author:        Kan Liang <kan.li...@linux.intel.com>
AuthorDate:    Tue, 08 Oct 2019 08:50:02 -07:00
Committer:     Borislav Petkov <b...@suse.de>
CommitterDate: Tue, 08 Oct 2019 19:01:31 +02:00

x86/cpu: Add Comet Lake to the Intel CPU models header

Comet Lake is the new 10th Gen Intel processor. Add two new CPU model
numbers to the Intel family list.

The CPU model numbers are not published in the SDM yet but they come
from an authoritative internal source.

 [ bp: Touch up commit message. ]

Signed-off-by: Kan Liang <kan.li...@linux.intel.com>
Signed-off-by: Borislav Petkov <b...@suse.de>
Reviewed-by: Tony Luck <tony.l...@intel.com>
Cc: a...@linux.intel.com
Cc: "H. Peter Anvin" <h...@zytor.com>
Cc: Ingo Molnar <mi...@kernel.org>
Cc: Peter Zijlstra <pet...@infradead.org>
Cc: Thomas Gleixner <t...@linutronix.de>
Cc: x86-ml <x...@kernel.org>
Link: 
https://lkml.kernel.org/r/1570549810-25049-2-git-send-email-kan.li...@linux.intel.com
---
 arch/x86/include/asm/intel-family.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/include/asm/intel-family.h 
b/arch/x86/include/asm/intel-family.h
index f046225..c606c0b 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -83,6 +83,9 @@
 #define INTEL_FAM6_TIGERLAKE_L         0x8C
 #define INTEL_FAM6_TIGERLAKE           0x8D
 
+#define INTEL_FAM6_COMETLAKE           0xA5
+#define INTEL_FAM6_COMETLAKE_L         0xA6
+
 /* "Small Core" Processors (Atom) */
 
 #define INTEL_FAM6_ATOM_BONNELL                0x1C /* Diamondville, Pineview 
*/

Reply via email to