mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86: UV BAU interrupt vector duplicated
@ 2009-12-11 17:36 Cliff Wickman
  2009-12-13  7:37 ` [tip:x86/urgent] x86: Fix duplicated UV BAU interrupt vector tip-bot for Cliff Wickman
  0 siblings, 1 reply; 2+ messages in thread
From: Cliff Wickman @ 2009-12-11 17:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo

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

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

end of thread, other threads:[~2009-12-13  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-11 17:36 [PATCH] x86: UV BAU interrupt vector duplicated Cliff Wickman
2009-12-13  7:37 ` [tip:x86/urgent] x86: Fix duplicated UV BAU interrupt vector tip-bot for Cliff Wickman

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

all inboxes | Powered by JetHome®