summaryrefslogtreecommitdiff
path: root/include/linux/edac_mce.h (follow)
Commit message (Collapse)AuthorAge
* i7core_edac: Drop the edac_mce facilityBorislav Petkov2011-11-01
| | | | | | | | Remove edac_mce pieces and use the normal MCE decoder notifier chain by retaining the same functionality with considerably less code. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-10
edac_mce module is an interface module that gets mcelog data and forwards to any registered edac module that expects to receive data via mce. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>