From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60586C28CC6 for ; Tue, 4 Jun 2019 16:09:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4040A20843 for ; Tue, 4 Jun 2019 16:09:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728302AbfFDQJU (ORCPT ); Tue, 4 Jun 2019 12:09:20 -0400 Received: from mga09.intel.com ([134.134.136.24]:22656 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728208AbfFDQJU (ORCPT ); Tue, 4 Jun 2019 12:09:20 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 09:09:19 -0700 X-ExtLoop1: 1 Received: from smile.fi.intel.com (HELO smile) ([10.237.68.145]) by orsmga001.jf.intel.com with ESMTP; 04 Jun 2019 09:09:15 -0700 Received: from andy by smile with local (Exim 4.92) (envelope-from ) id 1hYBzu-0000nb-Qw; Tue, 04 Jun 2019 19:09:14 +0300 Date: Tue, 4 Jun 2019 19:09:14 +0300 From: Andy Shevchenko To: Rajneesh Bhardwaj Cc: linux-kernel@vger.kernel.org, x86@kernel.org, bp@suse.de, Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Ingo Molnar , Kan Liang , Peter Zijlstra , platform-driver-x86@vger.kernel.org, Qiuxu Zhuo , Srinivas Pandruvada , Len Brown , Thomas Gleixner , Linux PM Subject: Re: [PATCH] x86/cpu: Add Icelake-NNPI to Intel family Message-ID: <20190604160914.GN9224@smile.fi.intel.com> References: <20190530123827.8218-1-rajneesh.bhardwaj@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190530123827.8218-1-rajneesh.bhardwaj@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 30, 2019 at 06:08:27PM +0530, Rajneesh Bhardwaj wrote: > Add the CPUID model number of Icelake Neural Network Processor for Deep I believe we spell "Ice Lake". > Learning Inference (ICL-NNPI) to the Intel family list. Icelake NNPI uses Ditto. > model number 0x9D and this will be documented in a future version of Intel > Software Development Manual. > > Cc: Borislav Petkov > Cc: Dave Hansen > Cc: Andy Shevchenko > Cc: "H. Peter Anvin" > Cc: Ingo Molnar > Cc: Kan Liang > Cc: Peter Zijlstra > Cc: platform-driver-x86@vger.kernel.org > Cc: Qiuxu Zhuo > Cc: Srinivas Pandruvada > Cc: Len Brown > Cc: Thomas Gleixner > Cc: x86-ml > Cc: Linux PM > Signed-off-by: Rajneesh Bhardwaj > --- > arch/x86/include/asm/intel-family.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h > index 9f15384c504a..087de5d3b93a 100644 > --- a/arch/x86/include/asm/intel-family.h > +++ b/arch/x86/include/asm/intel-family.h > @@ -53,6 +53,7 @@ > #define INTEL_FAM6_CANNONLAKE_MOBILE 0x66 > > #define INTEL_FAM6_ICELAKE_MOBILE 0x7E > +#define INTEL_FAM6_ICELAKE_NNPI 0x9D > > /* "Small Core" Processors (Atom) */ > > -- > 2.17.1 > -- With Best Regards, Andy Shevchenko