]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
rasdaemon: Add missing entry to Ivy Bridge memory controller decode table
authorAristeu Rozanski <arozansk@redhat.com>
Mon, 18 May 2015 17:19:30 +0000 (14:19 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 3 Jun 2015 13:24:07 +0000 (10:24 -0300)
This patch is based on 2577aeb662374cb87169ee675b2e37c06f1aed99 (mcelog)

mcelog: Add missing entry to Ivy Bridge memory controller decode table

September 2013 edition of the software developer manual added an
entry that had been inadvertently omitted from earlier editions.
Add the 0x80 entry for "Corrected memory read error".

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
mce-intel-ivb.c

index f2a133aebf4a0f142b928285ec48dd5124891100..0c5bebc7fe1ce280bd0a95dbb991c135cf9d7fac 100644 (file)
@@ -76,6 +76,7 @@ static char *memctrl_1[] = {
        [0x010] = "Uncorrected patrol scrub error",
        [0x020] = "Corrected spare error",
        [0x040] = "Uncorrected spare error",
+       [0x080] = "Corrected memory read error",
        [0x100] = "iMC, WDB, parity errors",
 };