[Devel] [PATCH RHEL7 COMMIT] ms/x86/CPU: Add more Icelake model numbers

Konstantin Khorenko khorenko at virtuozzo.com
Thu Oct 3 18:38:12 MSK 2019


The commit is pushed to "branch-rh7-3.10.0-957.27.2.vz7.107.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-957.27.2.vz7.107.13
------>
commit 53b530725d462fb9f504f0538a0392515d1eb013
Author: Kan Liang <kan.liang at linux.intel.com>
Date:   Thu Oct 3 18:38:10 2019 +0300

    ms/x86/CPU: Add more Icelake model numbers
    
    Add the CPUID model numbers of Icelake (ICL) desktop and server
    processors to the Intel family list.
    
     [ Qiuxu: Sort the macros by model number. ]
    
    Signed-off-by: Kan Liang <kan.liang at linux.intel.com>
    Signed-off-by: Borislav Petkov <bp at suse.de>
    Cc: "H. Peter Anvin" <hpa at zytor.com>
    Cc: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
    Cc: Ingo Molnar <mingo at redhat.com>
    Cc: Peter Zijlstra <peterz at infradead.org>
    Cc: Qiuxu Zhuo <qiuxu.zhuo at intel.com>
    Cc: Rajneesh Bhardwaj <rajneesh.bhardwaj at linux.intel.com>
    Cc: rui.zhang at intel.com
    Cc: Thomas Gleixner <tglx at linutronix.de>
    Cc: Tony Luck <tony.luck at intel.com>
    Cc: x86-ml <x86 at kernel.org>
    Link: https://lkml.kernel.org/r/20190603134122.13853-1-kan.liang@linux.intel.com
    
    (cherry picked from commit e35faeb64146f2015f2aec14b358ae508e4066db)
    Signed-off-by: Jan Dakinevich <jan.dakinevich at virtuozzo.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 4ea00dc3c883..7833f6f7166d 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -51,6 +51,9 @@
 
 #define INTEL_FAM6_CANNONLAKE_MOBILE	0x66
 
+#define INTEL_FAM6_ICELAKE_X		0x6A
+#define INTEL_FAM6_ICELAKE_XEON_D	0x6C
+#define INTEL_FAM6_ICELAKE_DESKTOP	0x7D
 #define INTEL_FAM6_ICELAKE_MOBILE	0x7E
 
 /* "Small Core" Processors (Atom) */



More information about the Devel mailing list