diff options
author | Yazen Ghannam <Yazen.Ghannam@amd.com> | 2016-09-12 03:59:32 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-13 09:23:09 -0400 |
commit | c019b951e1f9f1de0c5b0726032e3adf34c523a7 (patch) | |
tree | db8bd86fd1d3497e9cabcba56a13345c2ee50570 | |
parent | cfee4f6f0b2026380c6bc6913dbd27943df17371 (diff) |
EDAC/mce_amd: Add missing SMCA error descriptions
Add missing SMCA error descriptions to the error descriptions arrays.
Signed-off-by: Yazen Ghannam <Yazen.Ghannam@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1472673994-12235-3-git-send-email-Yazen.Ghannam@amd.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | drivers/edac/mce_amd.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c index 057ece577800..455cd49d6253 100644 --- a/drivers/edac/mce_amd.c +++ b/drivers/edac/mce_amd.c | |||
@@ -185,6 +185,8 @@ static const char * const f17h_if_mce_desc[] = { | |||
185 | "BPQ snoop parity on Thread 1", | 185 | "BPQ snoop parity on Thread 1", |
186 | "L1 BTB multi-match error", | 186 | "L1 BTB multi-match error", |
187 | "L2 BTB multi-match error", | 187 | "L2 BTB multi-match error", |
188 | "L2 Cache Response Poison error", | ||
189 | "System Read Data error", | ||
188 | }; | 190 | }; |
189 | 191 | ||
190 | static const char * const f17h_l2_mce_desc[] = { | 192 | static const char * const f17h_l2_mce_desc[] = { |
@@ -198,6 +200,7 @@ static const char * const f17h_de_mce_desc[] = { | |||
198 | "uop cache tag parity error", | 200 | "uop cache tag parity error", |
199 | "uop cache data parity error", | 201 | "uop cache data parity error", |
200 | "Insn buffer parity error", | 202 | "Insn buffer parity error", |
203 | "uop queue parity error", | ||
201 | "Insn dispatch queue parity error", | 204 | "Insn dispatch queue parity error", |
202 | "Fetch address FIFO parity", | 205 | "Fetch address FIFO parity", |
203 | "Patch RAM data parity", | 206 | "Patch RAM data parity", |
@@ -214,6 +217,9 @@ static const char * const f17h_ex_mce_desc[] = { | |||
214 | "EX payload parity", | 217 | "EX payload parity", |
215 | "Checkpoint queue parity", | 218 | "Checkpoint queue parity", |
216 | "Retire dispatch queue parity", | 219 | "Retire dispatch queue parity", |
220 | "Retire status queue parity error", | ||
221 | "Scheduling queue parity error", | ||
222 | "Branch buffer queue parity error", | ||
217 | }; | 223 | }; |
218 | 224 | ||
219 | static const char * const f17h_fp_mce_desc[] = { | 225 | static const char * const f17h_fp_mce_desc[] = { |
@@ -223,6 +229,7 @@ static const char * const f17h_fp_mce_desc[] = { | |||
223 | "NSQ parity error", | 229 | "NSQ parity error", |
224 | "Retire queue parity", | 230 | "Retire queue parity", |
225 | "Status register file parity", | 231 | "Status register file parity", |
232 | "Hardware assertion", | ||
226 | }; | 233 | }; |
227 | 234 | ||
228 | static const char * const f17h_l3_mce_desc[] = { | 235 | static const char * const f17h_l3_mce_desc[] = { |