x86: change FIRST_SYSTEM_VECTOR to a variable
authorAlan Mayer <ajm@sgi.com>
Tue, 15 Apr 2008 20:36:56 +0000 (15:36 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 May 2008 19:28:06 +0000 (21:28 +0200)
commit305b92a2323eeaa4b481f409d54f778dd7e21a46
tree0f32832b033de27b2ae5909bb06d4eabdd1a9b0b
parent1a331957efd214fc3a84f70956dfaec65e70c031
x86: change FIRST_SYSTEM_VECTOR to a variable

The SGI UV system needs several more system vectors than a vanilla
x86_64 system.  Rather than burden the other archs with extra system
vectors that they don't use, change FIRST_SYSTEM_VECTOR to a variable,
so that it can be dynamic.

Signed-off-by: Alan Mayer <ajm@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/apic_32.c
arch/x86/kernel/i8259_64.c
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c
include/asm-x86/desc.h
include/asm-x86/irq_vectors.h