edac_mce: Add an interface driver to report mce errors via edac
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 23 Jul 2009 09:57:45 +0000 (06:57 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 10 May 2010 14:44:49 +0000 (11:44 -0300)
commit696e409dbd1ce325129c5030267365619364dfa0
treea47bb1c8513ed35adebf60281d190cb68a343a95
parent41fcb7feed70d8076f1591664314ca172fcdff7b
edac_mce: Add an interface driver to report mce errors via edac

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>
arch/x86/kernel/cpu/mcheck/mce.c
drivers/edac/Kconfig
drivers/edac/Makefile
drivers/edac/edac_mce.c [new file with mode: 0644]
include/linux/edac_mce.h [new file with mode: 0644]