[PATCH] [1/2] x86: MCE: Define MCE_VECTOR

From: Andi Kleen
Date: Thu Jun 04 2009 - 07:12:27 EST



[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@xxxxxxxxxxxxxxx>

---
arch/x86/include/asm/irq_vectors.h | 1 +
1 file changed, 1 insertion(+)

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/