diff options
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r-- | arch/x86/include/asm/hw_irq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index b762ea49bd70..be9ae4111c94 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h | |||
@@ -78,7 +78,11 @@ extern void eisa_set_level_irq(unsigned int irq); | |||
78 | /* SMP */ | 78 | /* SMP */ |
79 | extern void smp_apic_timer_interrupt(struct pt_regs *); | 79 | extern void smp_apic_timer_interrupt(struct pt_regs *); |
80 | extern void smp_spurious_interrupt(struct pt_regs *); | 80 | extern void smp_spurious_interrupt(struct pt_regs *); |
81 | extern void smp_generic_interrupt(struct pt_regs *); | ||
81 | extern void smp_error_interrupt(struct pt_regs *); | 82 | extern void smp_error_interrupt(struct pt_regs *); |
83 | #ifdef CONFIG_X86_IO_APIC | ||
84 | extern asmlinkage void smp_irq_move_cleanup_interrupt(void); | ||
85 | #endif | ||
82 | #ifdef CONFIG_SMP | 86 | #ifdef CONFIG_SMP |
83 | extern void smp_reschedule_interrupt(struct pt_regs *); | 87 | extern void smp_reschedule_interrupt(struct pt_regs *); |
84 | extern void smp_call_function_interrupt(struct pt_regs *); | 88 | extern void smp_call_function_interrupt(struct pt_regs *); |