From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932959AbcJQIuO (ORCPT ); Mon, 17 Oct 2016 04:50:14 -0400 Received: from terminus.zytor.com ([198.137.202.10]:46072 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932385AbcJQIuF (ORCPT ); Mon, 17 Oct 2016 04:50:05 -0400 Date: Mon, 17 Oct 2016 01:49:07 -0700 From: tip-bot for Piotr Luc Message-ID: Cc: dave.hansen@intel.com, mingo@kernel.org, jpoimboe@redhat.com, torvalds@linux-foundation.org, brgerst@gmail.com, piotr.luc@intel.com, dvlasenk@redhat.com, peterz@infradead.org, tglx@linutronix.de, bp@alien8.de, luto@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org Reply-To: hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, luto@kernel.org, bp@alien8.de, peterz@infradead.org, dvlasenk@redhat.com, mingo@kernel.org, piotr.luc@intel.com, torvalds@linux-foundation.org, brgerst@gmail.com, jpoimboe@redhat.com, dave.hansen@intel.com In-Reply-To: <20161012180520.30976-1-piotr.luc@intel.com> References: <20161012180520.30976-1-piotr.luc@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/urgent] x86/cpu/intel: Add Knights Mill to Intel family Git-Commit-ID: 0047f59834e5947d45f34f5f12eb330d158f700b X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 0047f59834e5947d45f34f5f12eb330d158f700b Gitweb: http://git.kernel.org/tip/0047f59834e5947d45f34f5f12eb330d158f700b Author: Piotr Luc AuthorDate: Wed, 12 Oct 2016 20:05:20 +0200 Committer: Ingo Molnar CommitDate: Mon, 17 Oct 2016 10:45:08 +0200 x86/cpu/intel: Add Knights Mill to Intel family Add CPUID of Knights Mill (KNM) processor to Intel family list. Signed-off-by: Piotr Luc Reviewed-by: Dave Hansen Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Brian Gerst Cc: Denys Vlasenko Cc: H. Peter Anvin Cc: Josh Poimboeuf Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc@intel.com Signed-off-by: Ingo Molnar --- 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 9ae5ab8..34a46dc 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -64,5 +64,6 @@ /* Xeon Phi */ #define INTEL_FAM6_XEON_PHI_KNL 0x57 /* Knights Landing */ +#define INTEL_FAM6_XEON_PHI_KNM 0x85 /* Knights Mill */ #endif /* _ASM_X86_INTEL_FAMILY_H */