From: Borislav Petkov Date: Wed, 24 Feb 2010 13:49:47 +0000 (+0100) Subject: amd64_edac: Simplify ECC override handling X-Git-Tag: v2.6.34-rc1~211^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95cf4de6a1c9c1025ac375bc6d2da6af18fdf35;p=pandora-kernel.git 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 --- Reading git-diff-tree failed