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)
commitaf104e394e17e328df85c25a9e21448539725b67
treee83de1e677bd3a184540f748f22b719552e92e7a
parent85f92694affa7dba7f1978666a69552b5dfc628e
x86/mce: Add mechanism to safely save information in MCE handler

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>
arch/x86/kernel/cpu/mcheck/mce.c