x86: Fix duplicated UV BAU interrupt vector
commitcf8b14f356f1ab35c88209c7efb3050bbb473946
authorCliff Wickman <cpw@sgi.com>
Fri, 11 Dec 2009 17:36:18 +0000 (11 11:36 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Dec 2009 22:03:45 +0000 (18 14:03 -0800)
treeae5439dc3176f7151ae63b712260ac06391bc2e9
parent3715cace63b4751445181cefcb2eba77b30d8525
x86: Fix duplicated UV BAU interrupt vector

commit 1d865fb728bd6bbcdfbd6ec1e2b8ade3b4805641 upstream.

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>
LKML-Reference: <E1NJ9Pe-0004P7-0Q@eag09.americas.sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/include/asm/irq_vectors.h