commit | ae7bb7c679e7ddba6c52d1a78a30f9bc868d9738 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Thu Oct 14 16:01:30 2010 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Fri Jan 07 11:34:00 2011 +0100 |
tree | dccc3bdf93c8746a77d84ecb20b103ddab722e64 | |
parent | f1db274e1ba7004909de4a9cee62f631c030ba3e [diff] |
amd64_edac: Carve out ECC-related hw settings This is in preparation for the init path reorganization where we want only to 1) test whether a particular node supports ECC 2) can it be enabled and only then do the necessary allocation/initialization. For that, we need to decouple the ECC settings of the node from the instance's descriptor. The should be no functional change introduced by this patch. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>