From: Borislav Petkov Date: Fri, 18 Sep 2009 10:12:46 +0000 (+0200) Subject: amd64_edac: fix DRAM base and limit address extraction X-Git-Tag: v2.6.32-rc4~34^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916d11b2b52430576fd4e96138c974cd64f9cfd6;p=pandora-kernel.git amd64_edac: fix DRAM base and limit address extraction K8 DRAM base and limit addresses from F1x40 +8*i and F1x44 + 8*i, where i in (0..7) are both bits 39-24 and therefore the shifting should be done by 24 and not by 8. Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed