commit | d95cf4de6a1c9c1025ac375bc6d2da6af18fdf35 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Wed Feb 24 14:49:47 2010 +0100 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Mon Mar 01 19:25:12 2010 +0100 |
tree | 9b50447f79d03aff3a4eedb8f56a3263a8c1ceaa | |
parent | 60b341b778cc2929df16c0a504c91621b3c6a4ad [diff] |
amd64_edac: Simplify ECC override handling No need for clearing ecc_enable_override and checking it in two places. Instead, simply check it during probing and act accordingly. Also, rename the flag bitfields according to the functionality they actually represent. What is more, make sure original BIOS ECC settings are restored when the module is unloaded. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>