linux/drivers/pci/pcie/aer
Huang Ying 0918472cee PCI: PCIe AER: add aer_recover_queue
In addition to native PCIe AER, now APEI (ACPI Platform Error
Interface) GHES (Generic Hardware Error Source) can be used to report
PCIe AER errors too.  To add support to APEI GHES PCIe AER recovery,
aer_recover_queue is added to export the recovery function in native
PCIe AER driver.

Recoverable PCIe AER errors are reported via NMI in APEI GHES.  Then
APEI GHES uses irq_work to delay the error processing into an IRQ
handler.  But PCIe AER recovery can be very time-consuming, so
aer_recover_queue, which can be used in IRQ handler, delays the real
recovery action into the process context, that is, work queue.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2011-07-22 08:25:37 -07:00
..
Kconfig
Kconfig.debug
Makefile
aer_inject.c
aerdrv.c
aerdrv.h
aerdrv_acpi.c
aerdrv_core.c PCI: PCIe AER: add aer_recover_queue 2011-07-22 08:25:37 -07:00
aerdrv_errprint.c PCI: PCIe AER: add aer_recover_queue 2011-07-22 08:25:37 -07:00
ecrc.c