git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3011b20
)
amd64_edac: fix DRAM base and limit address extraction
author
Borislav Petkov
<borislav.petkov@amd.com>
Fri, 18 Sep 2009 10:12:46 +0000
(12:12 +0200)
committer
Borislav 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