]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
rasdaemon: Add model numbers for Broadwell-EP/EX and -DE
authorSeiichi Ikarashi <s.ikarashi@jp.fujitsu.com>
Tue, 29 Sep 2015 01:46:23 +0000 (10:46 +0900)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 5 Feb 2016 17:12:24 +0000 (15:12 -0200)
Based on mcelog code.

Signed-off-by: Seiichi Ikarashi <s.ikarashi@jp.fujitsu.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
ras-mce-handler.c

index 3976f90c21dae48bd062267ded1d167ae3530329..23f24885315a07a8c309d4cb18a3d2630898ac2a 100644 (file)
@@ -90,7 +90,8 @@ static enum cputype select_intel_cputype(struct ras_events *ras)
                        return CPU_HASWELL;
                else if (mce->model == 0x3f)
                        return CPU_HASWELL_EPEX;
-               else if (mce->model == 0x3d)
+               else if (mce->model == 0x3d || mce->model == 0x4f ||
+                        mce->model == 0x56)
                        return CPU_BROADWELL;
                else if (mce->model == 0x57)
                        return CPU_KNIGHTS_LANDING;