diff mbox series

[SRU,focal:linux-gcp,16/17] UBUNTU: SAUCE: x86/cpu: Add Emerald Rapids CPU model number

Message ID 20240911042726.959018-17-marcelo.cerri@canonical.com
State New
Headers show
Series lp:#2080324 - linux-gcp: Improve idle support | expand

Commit Message

Marcelo Henrique Cerri Sept. 11, 2024, 4:27 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2080324

Based on upstream commit id 7beade0dd41d ("x86/cpu: Add several Intel
server CPU model numbers"), but bring only the model number for
emerald rapids.

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
---
 arch/x86/include/asm/intel-family.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 28a74f22e49a..b959620ded6d 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -104,6 +104,8 @@ 
 
 #define INTEL_FAM6_SAPPHIRERAPIDS_X	0x8F
 
+#define INTEL_FAM6_EMERALDRAPIDS_X	0xCF
+
 /* "Small Core" Processors (Atom) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */