x86: unify interrupt vector defines

The interrupt vector defines are copied 4 times around with minimal
differences. Move them all into asm-x86/irq_vectors.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner
2008-05-02 20:10:09 +02:00
committed by Ingo Molnar
parent 2e0884362d
commit 9b7dc567d0
12 changed files with 184 additions and 359 deletions

View File

@@ -13,7 +13,7 @@
* unified by tglx
*/
#define NMI_VECTOR 0x02
#include <asm/irq_vectors.h>
#ifndef __ASSEMBLY__
@@ -75,6 +75,16 @@ extern void send_IPI(int dest, int vector);
extern atomic_t irq_err_count;
extern atomic_t irq_mis_count;
/* Voyager functions */
extern asmlinkage void vic_cpi_interrupt(void);
extern asmlinkage void vic_sys_interrupt(void);
extern asmlinkage void vic_cmn_interrupt(void);
extern asmlinkage void qic_timer_interrupt(void);
extern asmlinkage void qic_invalidate_interrupt(void);
extern asmlinkage void qic_reschedule_interrupt(void);
extern asmlinkage void qic_enable_irq_interrupt(void);
extern asmlinkage void qic_call_function_interrupt(void);
#endif /* !ASSEMBLY_ */
#ifdef CONFIG_X86_32