amd64_edac: Fix interleaving check
authorBorislav Petkov <borislav.petkov@amd.com>
Mon, 6 Dec 2010 15:20:25 +0000 (16:20 +0100)
committerBorislav Petkov <borislav.petkov@amd.com>
Wed, 8 Dec 2010 18:52:54 +0000 (19:52 +0100)
commite726f3c368e7c1919a7166ec09c5705759f1a69d
treef52fadab84c20e05afdd89cb620827ebccb37d1c
parent76f04f2591e60fa76e70a2736965bc810bf1c764
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: <stable@kernel.org>
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
drivers/edac/amd64_edac.c