From: Borislav Petkov Date: Fri, 18 Sep 2009 10:27:27 +0000 (+0200) Subject: amd64_edac: fix interleave enable tests X-Git-Tag: v2.6.32-rc4~34^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f158fe6fc2033ceb0f3e0e9e5c2aa356fed6da;p=pandora-kernel.git 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 --- Reading git-diff-tree failed