Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0047f598 authored by Piotr Luc's avatar Piotr Luc Committed by Ingo Molnar
Browse files

x86/cpu/intel: Add Knights Mill to Intel family



Add CPUID of Knights Mill (KNM) processor to Intel family list.

Signed-off-by: default avatarPiotr Luc <piotr.luc@intel.com>
Reviewed-by: default avatarDave Hansen <dave.hansen@intel.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc@intel.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 1d33369d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */