Skip to content

Commit

Permalink
x86, mce: define MCE_VECTOR
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed Jun 3, 2009
1 parent 9ff36ee commit 8fa8dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/include/asm/irq_vectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/

#define NMI_VECTOR 0x02
#define MCE_VECTOR 0x12

/*
* IDT vectors usable for external interrupt sources start
Expand Down

0 comments on commit 8fa8dd9

Please sign in to comment.