x86/mce: Add mechanism to safely save information in MCE handler
authorTony Luck <tony.luck@intel.com>
Wed, 14 Dec 2011 23:55:20 +0000 (15:55 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 3 Jan 2012 20:06:53 +0000 (12:06 -0800)
Machine checks on Intel cpus interrupt execution on all cpus, regardless
of interrupt masking.  We have a need to save some data about the cause
of the machine check (physical address) in the machine check handler that
can be retrieved later to attempt recovery in a more flexible execution
state.

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found