Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ghes: add the needed hooks for EDAC error report | Mauro Carvalho Chehab | 2013-02-25 |
| | | | | | | | | | | | | | | In order to allow reporting errors via EDAC, add hooks for: 1) register an EDAC driver; 2) unregister an EDAC driver; 3) report errors via EDAC. As the EDAC driver will need to access the ghes structure, adds it as one of the parameters for ghes_do_proc. Acked-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
* | ghes: move structures/enum to a header file | Mauro Carvalho Chehab | 2013-02-21 |
As a ghes_edac driver will need to access ghes structures, in order to properly handle the errors, move those structures to a separate header file. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |