amd64_edac: add a leaner syndrome decoding algorithm
authorBorislav Petkov <borislav.petkov@amd.com>
Thu, 12 Nov 2009 18:05:07 +0000 (19:05 +0100)
committerBorislav Petkov <borislav.petkov@amd.com>
Tue, 8 Dec 2009 12:37:59 +0000 (13:37 +0100)
commitbfc04aec7d687282b5e7adb26799d3eb50d05f01
treef50ef4e63b5f31a9117f648bf5c2b39003cf8f8d
parent986a42a25059143d153e30a0cc36630bd0e623c6
amd64_edac: add a leaner syndrome decoding algorithm

Instead of using the whole syndrome tables for channel decoding, use a
set of eigenvectors with which the tables can be generated to search for
the syndrome in error. The algorithm operates independently of symbol
size and can be used for both x4 and x8 syndromes.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
drivers/edac/amd64_edac.c