amd64_edac: Carve out ECC-related hw settings
authorBorislav Petkov <borislav.petkov@amd.com>
Thu, 14 Oct 2010 14:01:30 +0000 (16:01 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Fri, 7 Jan 2011 10:34:00 +0000 (11:34 +0100)
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>

No differences found