amd64_edac: Allocate driver instances dynamically
Remove static allocation in favor of dynamically allocating space for as many driver instances as northbridges present on the system. There should be no functional change resulting from this patch. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
This commit is contained in:
@@ -147,8 +147,6 @@
|
||||
#define EDAC_AMD64_VERSION "v3.3.0"
|
||||
#define EDAC_MOD_STR "amd64_edac"
|
||||
|
||||
#define EDAC_MAX_NUMNODES 8
|
||||
|
||||
/* Extended Model from CPUID, for CPU Revision numbers */
|
||||
#define K8_REV_D 1
|
||||
#define K8_REV_E 2
|
||||
|
Reference in New Issue
Block a user