EDAC, AMD: carve out decoding of MCi_STATUS ErrorCode
authorBorislav Petkov <borislav.petkov@amd.com>
Tue, 28 Jul 2009 08:56:15 +0000 (10:56 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Mon, 14 Sep 2009 17:01:20 +0000 (19:01 +0200)
This is the MCE error code from the MCi_STATUS banks, bits [15:0] which
describe what type of error was encountered: GART TLB, Memory or Bus
error. The semantics of those bits are identical across all MCE banks so
decode those separately, irrespectively of MCE type.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>

No differences found