commit | 2299ef7114000f8e403797b7f9a972f54bc05fad | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Fri Oct 15 17:44:04 2010 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Fri Jan 07 11:34:02 2011 +0100 |
tree | bcce876e2bcd05d168e43422d3ad82a1a2419ae3 | |
parent | ae7bb7c679e7ddba6c52d1a78a30f9bc868d9738 [diff] |
amd64_edac: Check ECC capabilities initially Rework the code to check the hardware ECC capabilities at PCI probing time. We do all further initialization only if we actually can/have ECC enabled. While at it: 0. Fix function naming. 1. Simplify/clarify debug output. 2. Remove amd64_ prefix from the static functions 3. Reorganize code. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>