summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGayatri Kammela <gayatri.kammela@intel.com>2019-09-05 12:30:17 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-05 15:12:04 +0200
commitcbcee8af9d9b0172be86be296aa99c0247a04e3f (patch)
tree409e863c012a4257afa0a8a284d9bb130049a2c6 /arch
parentf2c56eadc277d5094401fef16bfd292727d7e7f5 (diff)
downloadlinux-stable-cbcee8af9d9b0172be86be296aa99c0247a04e3f.tar.gz
linux-stable-cbcee8af9d9b0172be86be296aa99c0247a04e3f.tar.bz2
linux-stable-cbcee8af9d9b0172be86be296aa99c0247a04e3f.zip
x86/cpu: Add Tiger Lake to Intel family
[ Upstream commit 6e1c32c5dbb4b90eea8f964c2869d0bde050dbe0 ] Add the model numbers/CPUIDs of Tiger Lake mobile and desktop to the Intel family. Suggested-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com> Reviewed-by: Tony Luck <tony.luck@intel.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Rahul Tanwar <rahul.tanwar@linux.intel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20190905193020.14707-2-tony.luck@intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/intel-family.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index fe7c205233f1..9ae1c0f05fd2 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -73,6 +73,9 @@
#define INTEL_FAM6_ICELAKE_MOBILE 0x7E
#define INTEL_FAM6_ICELAKE_NNPI 0x9D
+#define INTEL_FAM6_TIGERLAKE_L 0x8C
+#define INTEL_FAM6_TIGERLAKE 0x8D
+
/* "Small Core" Processors (Atom) */
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */