]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: Fix duplicated UV BAU interrupt vector
authorCliff Wickman <cpw@sgi.com>
Fri, 11 Dec 2009 17:36:18 +0000 (11:36 -0600)
committerIngo Molnar <mingo@elte.hu>
Sun, 13 Dec 2009 07:17:40 +0000 (08:17 +0100)
commit1d865fb728bd6bbcdfbd6ec1e2b8ade3b4805641
tree7b7336057bde0033660fc525ae1f4875b5911109
parenta01c7800420d2c294ca403988488a635d4087a6d
x86: Fix duplicated UV BAU interrupt vector

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>
Cc: <stable@kernel.org>
LKML-Reference: <E1NJ9Pe-0004P7-0Q@eag09.americas.sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/irq_vectors.h