public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.9 1/2] x86/cpu: Add Tiger Lake to Intel family
@ 2022-08-30 23:02 Pawan Gupta
  2022-08-30 23:03 ` [PATCH 4.9 2/2] x86/bugs: Add "unknown" reporting for MMIO Stale Data Pawan Gupta
  0 siblings, 1 reply; 3+ messages in thread
From: Pawan Gupta @ 2022-08-30 23:02 UTC (permalink / raw)
  To: stable
  Cc: gregkh, andrew.cooper3, bp, tony.luck, antonio.gomez.iglesias,
	Daniel Sneddon, linux-kernel

From: Gayatri Kammela <gayatri.kammela@intel.com>

[ 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>
Signed-off-by: Pawan Gupta <pawan.kumar.gupta@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 8b6c01774ca2..aadb91d43eef 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -70,6 +70,9 @@
 #define INTEL_FAM6_ALDERLAKE		0x97
 #define INTEL_FAM6_ALDERLAKE_L		0x9A
 
+#define INTEL_FAM6_TIGERLAKE_L		0x8C
+#define INTEL_FAM6_TIGERLAKE		0x8D
+
 /* "Small Core" Processors (Atom) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */

base-commit: c97531caf70f2b533fa1944bf64dd06ac20edad6
-- 
2.37.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-01 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30 23:02 [PATCH 4.9 1/2] x86/cpu: Add Tiger Lake to Intel family Pawan Gupta
2022-08-30 23:03 ` [PATCH 4.9 2/2] x86/bugs: Add "unknown" reporting for MMIO Stale Data Pawan Gupta
2022-09-01 10:17   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox