diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-02 16:02:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 15:28:05 -0400 |
commit | 97e7b6f54c0d66586a658e985630cd63040311fb (patch) | |
tree | 132cda7363ec990bf2490ba617f89c4ae394cba5 /include/asm-x86/hw_irq.h | |
parent | 0bc471d93051a19545257909bc2ed2ad3b389b54 (diff) |
x86: unify apic interrupt function declarations
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/hw_irq.h')
-rw-r--r-- | include/asm-x86/hw_irq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/hw_irq.h b/include/asm-x86/hw_irq.h index a8c5e8bdaa49..cdb09d77af03 100644 --- a/include/asm-x86/hw_irq.h +++ b/include/asm-x86/hw_irq.h | |||
@@ -67,6 +67,10 @@ extern void print_IO_APIC(void); | |||
67 | extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn); | 67 | extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn); |
68 | extern void setup_ioapic_dest(void); | 68 | extern void setup_ioapic_dest(void); |
69 | 69 | ||
70 | #ifdef CONFIG_X86_64 | ||
71 | extern void enable_IO_APIC(void); | ||
72 | #endif | ||
73 | |||
70 | /* IPI functions */ | 74 | /* IPI functions */ |
71 | extern void send_IPI_self(int vector); | 75 | extern void send_IPI_self(int vector); |
72 | extern void send_IPI(int dest, int vector); | 76 | extern void send_IPI(int dest, int vector); |