ghes_edac: Register at EDAC core the BIOS report
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 15 Feb 2013 09:11:57 +0000 (06:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 25 Feb 2013 22:42:12 +0000 (19:42 -0300)
commit77c5f5d2f212e1963063e427fc57c44bf6eae9fb
treec3a5aa78b284eae08ffa23a4574a6ef0a3df7682
parent21480547c8b85be6c08c4d77ed514673b73eda8a
ghes_edac: Register at EDAC core the BIOS report

Register GHES at EDAC MC core, in order to avoid other
drivers to also handle errors and mangle with error data.

The edac core will warrant that just one driver will be used,
so the first one to register (BIOS first) will be the one that
will be reporting the hardware errors.

For now, the EDAC driver does nothing but to register at the
EDAC core, preventing the hardware-driven mechanism to
interfere with GHES.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
MAINTAINERS
drivers/edac/Kconfig
drivers/edac/Makefile
drivers/edac/ghes_edac.c [new file with mode: 0644]
This page took 0.027717 seconds and 5 git commands to generate.