[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090604112.650907584@firstfloor.org>
Date: Thu, 4 Jun 2009 13:12:04 +0200 (CEST)
From: Andi Kleen <andi@...stfloor.org>
To: avi@...hat.com, kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] [1/2] x86: MCE: Define MCE_VECTOR
[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@...ux.intel.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists