ac32bf
From 064a74b1202e529b5e16a54218fc17974906af2d Mon Sep 17 00:00:00 2001
ac32bf
From: Aristeu Rozanski <arozansk@redhat.com>
ac32bf
Date: Mon, 18 May 2015 14:19:30 -0300
ac32bf
Subject: [PATCH 03/13] rasdaemon: Add missing entry to Ivy Bridge memory
ac32bf
 controller decode table
ac32bf
ac32bf
This patch is based on 2577aeb662374cb87169ee675b2e37c06f1aed99 (mcelog)
ac32bf
ac32bf
	mcelog: Add missing entry to Ivy Bridge memory controller decode table
ac32bf
ac32bf
	September 2013 edition of the software developer manual added an
ac32bf
	entry that had been inadvertently omitted from earlier editions.
ac32bf
	Add the 0x80 entry for "Corrected memory read error".
ac32bf
ac32bf
	Signed-off-by: Tony Luck <tony.luck@intel.com>
ac32bf
	Signed-off-by: Andi Kleen <ak@linux.intel.com>
ac32bf
ac32bf
Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
ac32bf
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
ac32bf
---
ac32bf
 mce-intel-ivb.c | 1 +
ac32bf
 1 file changed, 1 insertion(+)
ac32bf
ac32bf
diff --git a/mce-intel-ivb.c b/mce-intel-ivb.c
ac32bf
index f2a133a..0c5bebc 100644
ac32bf
--- a/mce-intel-ivb.c
ac32bf
+++ b/mce-intel-ivb.c
ac32bf
@@ -76,6 +76,7 @@ static char *memctrl_1[] = {
ac32bf
 	[0x010] = "Uncorrected patrol scrub error",
ac32bf
 	[0x020] = "Corrected spare error",
ac32bf
 	[0x040] = "Uncorrected spare error",
ac32bf
+	[0x080] = "Corrected memory read error",
ac32bf
 	[0x100] = "iMC, WDB, parity errors",
ac32bf
 };
ac32bf
 
ac32bf
-- 
ac32bf
1.8.3.1
ac32bf