linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/cpu: Add another Alder Lake CPU to the Intel family
@ 2021-01-21 21:50 Tony Luck
  2021-01-21 22:06 ` [tip: x86/urgent] " tip-bot2 for Gayatri Kammela
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Luck @ 2021-01-21 21:50 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: linux-kernel, x86, Gayatri Kammela, Tony Luck

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

Add Alder Lake mobile CPU model number to Intel family.

Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
---

Boris: As usual, getting the CPU model number in first makes
life simpler for the different teams adding model specific code
to perf, power, etc. subsystems. Please apply. Thanks.

 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 5e658ba2654a..9abe842dbd84 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -97,6 +97,7 @@
 
 #define	INTEL_FAM6_LAKEFIELD		0x8A
 #define INTEL_FAM6_ALDERLAKE		0x97
+#define INTEL_FAM6_ALDERLAKE_L		0x9A
 
 /* "Small Core" Processors (Atom) */
 
-- 
2.21.1


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

* [tip: x86/urgent] x86/cpu: Add another Alder Lake CPU to the Intel family
  2021-01-21 21:50 [PATCH] x86/cpu: Add another Alder Lake CPU to the Intel family Tony Luck
@ 2021-01-21 22:06 ` tip-bot2 for Gayatri Kammela
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Gayatri Kammela @ 2021-01-21 22:06 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Gayatri Kammela, Tony Luck, Borislav Petkov, x86, linux-kernel

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

Commit-ID:     6e1239c13953f3c2a76e70031f74ddca9ae57cd3
Gitweb:        https://git.kernel.org/tip/6e1239c13953f3c2a76e70031f74ddca9ae57cd3
Author:        Gayatri Kammela <gayatri.kammela@intel.com>
AuthorDate:    Thu, 21 Jan 2021 13:50:04 -08:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Thu, 21 Jan 2021 23:01:51 +01:00

x86/cpu: Add another Alder Lake CPU to the Intel family

Add Alder Lake mobile CPU model number to Intel family.

Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210121215004.11618-1-tony.luck@intel.com
---
 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 5e658ba..9abe842 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -97,6 +97,7 @@
 
 #define	INTEL_FAM6_LAKEFIELD		0x8A
 #define INTEL_FAM6_ALDERLAKE		0x97
+#define INTEL_FAM6_ALDERLAKE_L		0x9A
 
 /* "Small Core" Processors (Atom) */
 

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

end of thread, other threads:[~2021-01-21 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 21:50 [PATCH] x86/cpu: Add another Alder Lake CPU to the Intel family Tony Luck
2021-01-21 22:06 ` [tip: x86/urgent] " tip-bot2 for Gayatri Kammela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).