4.19-stable review patch. If anyone has any objections, please let me know.
------------------ [ Upstream commit 8cd8f0ce0d6aafe661cb3d6781c8b82bc696c04d ] 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.bhard...@linux.intel.com> Signed-off-by: Borislav Petkov <b...@suse.de> Cc: Andy Shevchenko <andriy.shevche...@linux.intel.com> Cc: Dave Hansen <dave.han...@linux.intel.com> Cc: "David E. Box" <david.e....@intel.com> Cc: dvh...@infradead.org Cc: "H. Peter Anvin" <h...@zytor.com> Cc: Ingo Molnar <mi...@redhat.com> Cc: Kan Liang <kan.li...@linux.intel.com> Cc: Peter Zijlstra <pet...@infradead.org> Cc: platform-driver-...@vger.kernel.org Cc: Qiuxu Zhuo <qiuxu.z...@intel.com> Cc: Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com> Cc: Thomas Gleixner <t...@linutronix.de> Cc: x86-ml <x...@kernel.org> Link: https://lkml.kernel.org/r/20190214115712.19642-2-rajneesh.bhard...@linux.intel.com Signed-off-by: Sasha Levin <sas...@kernel.org> --- 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 7ed08a7c3398..0ad25cc895ae 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -55,6 +55,8 @@ #define INTEL_FAM6_CANNONLAKE_MOBILE 0x66 +#define INTEL_FAM6_ICELAKE_MOBILE 0x7E + /* "Small Core" Processors (Atom) */ #define INTEL_FAM6_ATOM_PINEVIEW 0x1C -- 2.19.1