commit | a6c14dce85e2d0472c4c7c1694034560d1772bc2 | [log] [tgz] |
---|---|---|
author | Yazen Ghannam <[email protected]> | Fri Nov 18 09:10:22 2016 -0500 |
committer | Borislav Petkov <[email protected]> | Mon Nov 28 17:50:12 2016 +0100 |
tree | c8d17312f03c59bb3160d7f9b54cec8bc4ba9a9a | |
parent | b64ce7cd7f540c64e3fbeaeee3ddb59bc9ab1a3b [diff] |
EDAC, mce_amd: Don't report poison bit on Fam15h, bank 4 MCA_STATUS[43] has been defined as "Poison" or "Reserved" for every bank since Fam15h except for Fam15h, bank 4 in which case it's defined as part of the McaStatSubCache bitfield. Filter out that case. Reported-by: Dean Liberty <[email protected]> Signed-off-by: Yazen Ghannam <[email protected]> Cc: Aravind Gopalakrishnan <[email protected]> Cc: linux-edac <[email protected]> Cc: x86-ml <[email protected]> Link: http://lkml.kernel.org/r/[email protected] [ Split an almost unparseable ternary conditional, add a comment. ] Signed-off-by: Borislav Petkov <[email protected]>