mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: tip-bot for Rajneesh Bhardwaj <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: kan.liang@linux.intel.com, dave.hansen@linux.intel.com,
	x86@kernel.org, tglx@linutronix.de, mingo@kernel.org,
	mingo@redhat.com, andriy.shevchenko@linux.intel.com, bp@suse.de,
	peterz@infradead.org, qiuxu.zhuo@intel.com,
	linux-kernel@vger.kernel.org, hpa@zytor.com,
	srinivas.pandruvada@linux.intel.com, david.e.box@intel.com,
	rajneesh.bhardwaj@linux.intel.com
Subject: [tip:x86/urgent] x86/CPU: Add Icelake model number
Date: Thu, 14 Feb 2019 04:25:28 -0800	[thread overview]
Message-ID: <tip-8cd8f0ce0d6aafe661cb3d6781c8b82bc696c04d@git.kernel.org> (raw)
In-Reply-To: <20190214115712.19642-2-rajneesh.bhardwaj@linux.intel.com>

Commit-ID:  8cd8f0ce0d6aafe661cb3d6781c8b82bc696c04d
Gitweb:     https://git.kernel.org/tip/8cd8f0ce0d6aafe661cb3d6781c8b82bc696c04d
Author:     Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
AuthorDate: Thu, 14 Feb 2019 17:27:08 +0530
Committer:  Borislav Petkov <bp@suse.de>
CommitDate: Thu, 14 Feb 2019 13:18:30 +0100

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@linux.intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: "David E. Box" <david.e.box@intel.com>
Cc: dvhart@infradead.org
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: platform-driver-x86@vger.kernel.org
Cc: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20190214115712.19642-2-rajneesh.bhardwaj@linux.intel.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 d9a9993af882..9f15384c504a 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -52,6 +52,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 */

  reply	other threads:[~2019-02-14 12:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-14 11:57 [PATCH v3 0/5] ICL support and other enhancements for PMC Core Rajneesh Bhardwaj
2019-02-14 11:57 ` [PATCH v3 1/5] x86/cpu: Add Icelake to Intel family Rajneesh Bhardwaj
2019-02-14 12:25   ` tip-bot for Rajneesh Bhardwaj [this message]
2019-02-14 11:57 ` [PATCH v3 2/5] platform/x86: intel_pmc_core: Convert to INTEL_CPU_FAM6 macro Rajneesh Bhardwaj
2019-02-14 11:57 ` [PATCH v3 3/5] platform/x86: intel_pmc_core: Add ICL platform support Rajneesh Bhardwaj
2019-02-14 11:57 ` [PATCH v3 4/5] platform/x86: intel_pmc_core: Add Package cstates residency info Rajneesh Bhardwaj
2019-02-14 11:57 ` [PATCH v3 5/5] platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdown Rajneesh Bhardwaj
2019-02-21 14:25 ` [PATCH v3 0/5] ICL support and other enhancements for PMC Core Andy Shevchenko
2019-02-22  3:43   ` Bhardwaj, Rajneesh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-8cd8f0ce0d6aafe661cb3d6781c8b82bc696c04d@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bp@suse.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=david.e.box@intel.com \
    --cc=hpa@zytor.com \
    --cc=kan.liang@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=qiuxu.zhuo@intel.com \
    --cc=rajneesh.bhardwaj@linux.intel.com \
    --cc=srinivas.pandruvada@linux.intel.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome