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

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 555a38481f42a4a76755bea7b0c655caa375a161
Author: Rajneesh Bhardwaj <rajneesh.bhardwaj at linux.intel.com>
Date:   Thu Oct 3 18:38:10 2019 +0300

    ms/x86/CPU: Add Icelake model number
    
    Add the CPUID model number of Icelake (ICL) mobile processors to the
    Intel family list. Icelake U/Y series uses model number 0x7E.
    
    Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj at linux.intel.com>
    Signed-off-by: Borislav Petkov <bp at suse.de>
    Cc: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
    Cc: Dave Hansen <dave.hansen at linux.intel.com>
    Cc: "David E. Box" <david.e.box at intel.com>
    Cc: dvhart at infradead.org
    Cc: "H. Peter Anvin" <hpa at zytor.com>
    Cc: Ingo Molnar <mingo at redhat.com>
    Cc: Kan Liang <kan.liang at linux.intel.com>
    Cc: Peter Zijlstra <peterz at infradead.org>
    Cc: platform-driver-x86 at vger.kernel.org
    Cc: Qiuxu Zhuo <qiuxu.zhuo at intel.com>
    Cc: Srinivas Pandruvada <srinivas.pandruvada at linux.intel.com>
    Cc: Thomas Gleixner <tglx at linutronix.de>
    Cc: x86-ml <x86 at kernel.org>
    Link: https://lkml.kernel.org/r/20190214115712.19642-2-rajneesh.bhardwaj@linux.intel.com
    
    (cherry picked from commit 8cd8f0ce0d6aafe661cb3d6781c8b82bc696c04d)
    Signed-off-by: Jan Dakinevich <jan.dakinevich at virtuozzo.com>
---
 arch/x86/include/asm/intel-family.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index bcf3dfb45f24..4ea00dc3c883 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -51,6 +51,8 @@
 
 #define INTEL_FAM6_CANNONLAKE_MOBILE	0x66
 
+#define INTEL_FAM6_ICELAKE_MOBILE	0x7E
+
 /* "Small Core" Processors (Atom) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */



More information about the Devel mailing list