x86/mce: Create helper function to save addr/misc when needed
authorTony Luck <tony.luck@intel.com>
Tue, 13 Dec 2011 17:48:13 +0000 (09:48 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 3 Jan 2012 20:06:45 +0000 (12:06 -0800)
commit85f92694affa7dba7f1978666a69552b5dfc628e
tree613ac35ef99bc2500add551cb5e5c405d4ca1894
parent7329bbeb92740f35d64a8860ae7837ff4db27fe0
x86/mce: Create helper function to save addr/misc when needed

The MCI_STATUS_MISCV and MCI_STATUS_ADDRV bits in the bank status
registers define whether the MISC and ADDR registers respectively
contain valid data - provide a helper function to check these bits
and read the registers when needed.

In addition, processors that support software error recovery (as
indicated by the MCG_SER_P bit in the MCG_CAP register) may include
some undefined bits in the ADDR register - mask these out.

Acked-by: Borislav Petkov <bp@amd64.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/x86/kernel/cpu/mcheck/mce.c