commit | d93cc222adf3532ddb442648f8db00c15d1dc4c1 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Tue Jul 28 10:56:15 2009 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Mon Sep 14 19:01:20 2009 +0200 |
tree | 57e0ac9280bff2b824a066621a3009ea7f9835ea | |
parent | b69b29de65fe4078b125acc9dea34be82f7c362c [diff] |
EDAC, AMD: carve out decoding of MCi_STATUS ErrorCode 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>