commit | 72f158fe6fc2033ceb0f3e0e9e5c2aa356fed6da | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Fri Sep 18 12:27:27 2009 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Wed Oct 07 16:48:08 2009 +0200 |
tree | 96cbbab93865d2afd42688ba83a0f1b21c98a7d1 | |
parent | 916d11b2b52430576fd4e96138c974cd64f9cfd6 [diff] |
amd64_edac: fix interleave enable tests 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>