diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-30 23:10:51 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-11 20:23:46 +0400 |
commit | 356f0a30860d44de7ac021708caa0c8bd5688dbe (patch) | |
tree | c92b669ad95f4001ea96d79cd2452b68dce45e5f /Documentation/edac.txt | |
parent | de3910eb79ac8c0f29a11224661c0ebaaf813039 (diff) | |
download | linux-356f0a30860d44de7ac021708caa0c8bd5688dbe.tar.xz |
i7core_edac: change the mem allocation scheme to make Documentation/kobject.txt happy
Kernel kobjects have rigid rules: each container object should be
dynamically allocated, and can't be allocated into a single kmalloc.
EDAC never obeyed this rule: it has a single malloc function that
allocates all needed data into a single kzalloc.
As this is not accepted anymore, change the allocation schema of the
EDAC *_info structs to enforce this Kernel standard.
Cc: Aristeu Rozanski <arozansk@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/edac.txt')
0 files changed, 0 insertions, 0 deletions