mce: acpi/apei: Soft-offline a page on firmware GHES notification
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Wed, 10 Jul 2013 09:27:01 +0000 (14:57 +0530)
committerTony Luck <tony.luck@intel.com>
Wed, 10 Jul 2013 18:35:02 +0000 (11:35 -0700)
If the firmware indicates in GHES error data entry that the error threshold
has exceeded for a corrected error event, then we try to soft-offline the
page. This could be called in interrupt context, so we queue this up similar
to how we handle memory failure scenarios.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found