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)
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>

No differences found