commit | 916d11b2b52430576fd4e96138c974cd64f9cfd6 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Fri Sep 18 12:12:46 2009 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Wed Oct 07 16:47:51 2009 +0200 |
tree | 1d3c402eab1a6e3f1aba811c482d9f113500f013 | |
parent | 3011b20da9d60b8168ead403e6aa860d0d8d11e4 [diff] |
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>