]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit705d0576bcb80dbcbacbc637d88de0c4b4fb7bb6
treea47bb1c8513ed35adebf60281d190cb68a343a95
parent294e9e88ae68ef1cd38b406a54d1c1bc1f063c6b
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]