From: Borislav Petkov Date: Mon, 12 Oct 2009 13:27:45 +0000 (+0200) Subject: amd64_edac: make DRAM regions output more human-readable X-Git-Tag: v2.6.33-rc1~324^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97f8bb8ce5611a855c5a0dba949706ec37d4155;p=pandora-kernel.git 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 --- Reading git-diff-tree failed