mirror of https://gitee.com/openkylin/linux.git
x86, mce: define MCE_VECTOR
Add MCE_VECTOR for the #MC exception. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
9ff36ee966
commit
8fa8dd9e3a
|
@ -25,6 +25,7 @@
|
|||
*/
|
||||
|
||||
#define NMI_VECTOR 0x02
|
||||
#define MCE_VECTOR 0x12
|
||||
|
||||
/*
|
||||
* IDT vectors usable for external interrupt sources start
|
||||
|
|
Loading…
Reference in New Issue