Message ID | 20090604112.650907584@firstfloor.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Index: linux/arch/x86/include/asm/irq_vectors.h =================================================================== --- linux.orig/arch/x86/include/asm/irq_vectors.h 2009-05-27 21:48:38.000000000 +0200 +++ linux/arch/x86/include/asm/irq_vectors.h 2009-05-27 21:48:38.000000000 +0200 @@ -25,6 +25,7 @@ */ #define NMI_VECTOR 0x02 +#define MCE_VECTOR 0x12 /* * IDT vectors usable for external interrupt sources start
[This patch is already in the "mce3" branch in mce3 tip, but I'm including it here because it's needed for the next patch.] Signed-off-by: Andi Kleen <ak@linux.intel.com> --- arch/x86/include/asm/irq_vectors.h | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html