diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-02 22:02:25 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 21:28:05 +0200 |
commit | 97e7b6f54c0d66586a658e985630cd63040311fb (patch) | |
tree | 132cda7363ec990bf2490ba617f89c4ae394cba5 /include/asm-x86/irq_64.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/irq_64.h')
-rw-r--r-- | include/asm-x86/irq_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/irq_64.h b/include/asm-x86/irq_64.h index 3037ec667bfb..1ef233d15dc4 100644 --- a/include/asm-x86/irq_64.h +++ b/include/asm-x86/irq_64.h @@ -27,4 +27,6 @@ extern void fixup_irqs(cpumask_t map); #define __ARCH_HAS_DO_SOFTIRQ 1 +extern void native_init_IRQ(void); + #endif /* _ASM_IRQ_H */ |