public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [1/2] x86: MCE: Define MCE_VECTOR
@ 2009-06-04 11:12 Andi Kleen
  2009-06-04 11:12 ` [PATCH] [2/2] KVM: Add VT-x machine check support Andi Kleen
  0 siblings, 1 reply; 10+ messages in thread
From: Andi Kleen @ 2009-06-04 11:12 UTC (permalink / raw)
  To: avi, kvm, linux-kernel


[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(+)

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-04 14:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-04 11:12 [PATCH] [1/2] x86: MCE: Define MCE_VECTOR Andi Kleen
2009-06-04 11:12 ` [PATCH] [2/2] KVM: Add VT-x machine check support Andi Kleen
2009-06-04 11:48   ` Avi Kivity
2009-06-04 12:51     ` Andi Kleen
2009-06-04 12:49       ` Avi Kivity
2009-06-04 13:01         ` Andi Kleen
2009-06-04 13:10           ` Avi Kivity
2009-06-04 13:20             ` Andi Kleen
2009-06-04 13:49               ` Avi Kivity
2009-06-04 14:07                 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox