]> bbs.cooldavid.org Git - net-next-2.6.git/commit
amd64_edac: fix DRAM base and limit address extraction
authorBorislav Petkov <borislav.petkov@amd.com>
Fri, 18 Sep 2009 10:12:46 +0000 (12:12 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Wed, 7 Oct 2009 14:47:51 +0000 (16:47 +0200)
commit916d11b2b52430576fd4e96138c974cd64f9cfd6
tree1d3c402eab1a6e3f1aba811c482d9f113500f013
parent3011b20da9d60b8168ead403e6aa860d0d8d11e4
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 <borislav.petkov@amd.com>
drivers/edac/amd64_edac.c