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:
916d11b
)
amd64_edac: fix interleave enable tests
author
Borislav Petkov
<borislav.petkov@amd.com>
Fri, 18 Sep 2009 10:27:27 +0000
(12:27 +0200)
committer
Borislav Petkov
<borislav.petkov@amd.com>
Wed, 7 Oct 2009 14:48:08 +0000
(16:48 +0200)
The pvt->dram_IntlvEn saves the 3 "Interleave Enable" bits already
right-shifted by 8 so the check in find_mc_by_sys_addr() by shifting the
values to the left 8 bits is wrong.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
No differences found