https://github.com/torvalds/linux
Revision e726f3c368e7c1919a7166ec09c5705759f1a69d authored by Borislav Petkov on 06 December 2010, 15:20:25 UTC, committed by Borislav Petkov on 08 December 2010, 18:52:54 UTC
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>
1 parent 76f04f2
History
Tip revision: e726f3c368e7c1919a7166ec09c5705759f1a69d authored by Borislav Petkov on 06 December 2010, 15:20:25 UTC
amd64_edac: Fix interleaving check
Tip revision: e726f3c
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 178.4 KB
Makefile -rw-r--r-- 50.9 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top