summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/hw_irq.h
diff options
context:
space:
mode:
authorThomas Gleixner2008-05-02 22:02:25 +0200
committerIngo Molnar2008-05-12 21:28:05 +0200
commit97e7b6f54c0d66586a658e985630cd63040311fb (patch)
tree132cda7363ec990bf2490ba617f89c4ae394cba5 /include/asm-x86/hw_irq.h
parentx86: move BUILD_IRQ macro magic to i8259_64.c (diff)
downloadkernel-qcow2-linux-97e7b6f54c0d66586a658e985630cd63040311fb.tar.gz
kernel-qcow2-linux-97e7b6f54c0d66586a658e985630cd63040311fb.tar.xz
kernel-qcow2-linux-97e7b6f54c0d66586a658e985630cd63040311fb.zip
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.h4
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);
extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn);
extern void setup_ioapic_dest(void);
+#ifdef CONFIG_X86_64
+extern void enable_IO_APIC(void);
+#endif
+
/* IPI functions */
extern void send_IPI_self(int vector);
extern void send_IPI(int dest, int vector);