From: Borislav Petkov Date: Mon, 6 Dec 2010 15:20:25 +0000 (+0100) Subject: amd64_edac: Fix interleaving check X-Git-Tag: v2.6.37-rc6~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e726f3c368e7c1919a7166ec09c5705759f1a69d;p=pandora-kernel.git amd64_edac: Fix interleaving check When matching error address to the range contained by one memory node, we're in valid range when node interleaving 1. is disabled, or 2. enabled and when the address bits we interleave on match the interleave selector on this node (see the "Node Interleaving" section in the BKDG for an enlightening example). Thus, when we early-exit, we need to reverse the compound logic statement properly. Cc: Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed