On Thu, Oct 13, 2016 at 05:30:59PM +0200, Piotr Luc wrote: > Add Knights Mill (KNM) to the list of CPUIDs supported by sb_edac. > > Signed-off-by: Piotr Luc <[email protected]> > Reviewed-by: Dave Hansen <[email protected]> > Cc: Mauro Carvalho Chehab <[email protected]> > Cc: Doug Thompson <[email protected]> > Cc: Borislav Petkov <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: "Luck, Tony" <[email protected]> > Cc: "Shevchenko, Andriy" <[email protected]> > --- > This patch depends on [PATCH 03/11] x86/cpu/intel: Add Knights Mill > to Intel family > > drivers/edac/sb_edac.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c > index 90564bc..3ffc737 100644 > --- a/drivers/edac/sb_edac.c > +++ b/drivers/edac/sb_edac.c > @@ -3373,6 +3373,7 @@ static const struct x86_cpu_id sbridge_cpuids[] = { > ICPU(INTEL_FAM6_BROADWELL_X, pci_dev_descr_broadwell_table), > ICPU(INTEL_FAM6_BROADWELL_XEON_D, pci_dev_descr_broadwell_table), > ICPU(INTEL_FAM6_XEON_PHI_KNL, pci_dev_descr_knl_table), > + ICPU(INTEL_FAM6_XEON_PHI_KNM, pci_dev_descr_knl_table), > { } > }; > MODULE_DEVICE_TABLE(x86cpu, sbridge_cpuids); > --
Acked-by: Borislav Petkov <[email protected]> for whichever tree it goes through. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.

