aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/amd64_edac.h
diff options
context:
space:
mode:
authorBorislav Petkov <borislav.petkov@amd.com>2011-01-19 14:35:12 -0500
committerBorislav Petkov <borislav.petkov@amd.com>2011-03-17 09:46:26 -0400
commita3b7db09a6d5a6b8d237766b0b320447bb609bc5 (patch)
tree0f9aa61dff86715af09aa700feb82ba5b8ac7878 /drivers/edac/amd64_edac.h
parent87b3e0e6e43b7e92575b79ed05ab86d221323642 (diff)
amd64_edac: Adjust ECC symbol size to F15h
F15h has the same ECC symbol size options as F10h revD and later so adjust checks to that. Simplify code a bit. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Diffstat (limited to 'drivers/edac/amd64_edac.h')
-rw-r--r--drivers/edac/amd64_edac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/amd64_edac.h b/drivers/edac/amd64_edac.h
index 3f853ed684af..4de31c89c605 100644
--- a/drivers/edac/amd64_edac.h
+++ b/drivers/edac/amd64_edac.h
@@ -363,7 +363,7 @@ struct amd64_pvt {
363 u32 online_spare; /* On-Line spare Reg */ 363 u32 online_spare; /* On-Line spare Reg */
364 364
365 /* x4 or x8 syndromes in use */ 365 /* x4 or x8 syndromes in use */
366 u8 syn_type; 366 u8 ecc_sym_sz;
367 367
368 /* place to store error injection parameters prior to issue */ 368 /* place to store error injection parameters prior to issue */
369 struct error_injection injection; 369 struct error_injection injection;