commit | e97f8bb8ce5611a855c5a0dba949706ec37d4155 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Mon Oct 12 15:27:45 2009 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Mon Dec 07 19:14:27 2009 +0100 |
tree | 4cf8e1a9060b4c5d2622208112d46a28db92849b | |
parent | 72381bd55e4ce2aaed8660551e8f56a2c959c11f [diff] |
amd64_edac: make DRAM regions output more human-readable Do not shift the TOP_MEM and TOP_MEM2 values by 23 but rather save the whole 64-bit value read from the MSR. Although the TOP_MEM/TOP_MEM2 bits are only a subset of the 64bit register, the values are correct since the remaining bits are Read-As-Zero and no shifting is needed. Also, cleanup DRAM base/limit debug output. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>