x86, mce, cmci: define MSR names and fields for new CMCI registers
authorAndi Kleen <andi@firstfloor.org>
Thu, 12 Feb 2009 12:49:35 +0000 (13:49 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Feb 2009 21:41:00 +0000 (13:41 -0800)
commit03195c6b40f2b4db92545921daa7c3a19b4e4c32
tree895b6a502a4cfe05e4c667f7eb093b74eecef31c
parentee031c31d6381d004bfd386c2e45821211507499
x86, mce, cmci: define MSR names and fields for new CMCI registers

Impact: New register definitions only

CMCI means support for raising an interrupt on a corrected machine
check event instead of having to poll for it. It's a new feature in
Intel Nehalem CPUs available on some machine check banks.

For details see the IA32 SDM Vol3a 14.5

Define the registers for it as a preparation for further patches.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/apicdef.h
arch/x86/include/asm/mce.h
arch/x86/include/asm/msr-index.h