ACPI / APEI: Force fatal AER severity when component has been reset
authorBetty Dall <betty.dall@hp.com>
Thu, 6 Jun 2013 18:10:50 +0000 (12:10 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Jun 2013 20:39:16 +0000 (14:39 -0600)
commit0ba98ec9196746dd6abfa7bb9856ef4f29ffb9be
tree4a1e561b242cdd42fea73b3cf8c6ed84abb8b125
parentfde41b9fa2d0d6abd5b1b5674f1da3bb40ebc98d
ACPI / APEI: Force fatal AER severity when component has been reset

The CPER error record has a reset bit that indicates that the platform
has reset the component. The reset bit can be set for any severity
error including recoverable.  From the AER code path's perspective,
any error is fatal if the component has been reset.  This patch
upgrades the severity of the AER recovery to AER_FATAL whenever the
CPER error record indicates that the component has been reset.

[bhelgaas: s/bus has been reset/component has been reset/]
Signed-off-by: Betty Dall <betty.dall@hp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/acpi/apei/ghes.c