lkml.org 
[lkml]   [2009]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] x86: UV BAU interrupt vector duplicated
From
Date
From: Cliff Wickman <cpw@sgi.com>

Diffed against 2.6.32

Interrupt vector 0xec has been doubly defined in irq_vectors.h

It seems arbitrary whether LOCAL_PENDING_VECTOR or UV_BAU_MESSAGE is
the higher number. As long as they are unique.
If they are not unique we'll hit a BUG in alloc_system_vector().

Signed-off-by: Cliff Wickman <cpw@sgi.com>

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

Index: linux/arch/x86/include/asm/irq_vectors.h
===================================================================
--- linux.orig/arch/x86/include/asm/irq_vectors.h 2009-11-13 18:37:52.000000000 -0600
+++ linux/arch/x86/include/asm/irq_vectors.h 2009-11-13 18:38:43.000000000 -0600
@@ -120,7 +120,7 @@
*/
#define LOCAL_PENDING_VECTOR 0xec

-#define UV_BAU_MESSAGE 0xec
+#define UV_BAU_MESSAGE 0xea

/*
* Self IPI vector for machine checks

\
 
 \ /
  Last update: 2009-12-11 18:37    [W:0.028 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site