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)
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>

No differences found