aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/hw_irq.h')
-rw-r--r--include/asm-x86/hw_irq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/hw_irq.h b/include/asm-x86/hw_irq.h
index 40b941ac81ca..08900eb90a91 100644
--- a/include/asm-x86/hw_irq.h
+++ b/include/asm-x86/hw_irq.h
@@ -102,6 +102,11 @@ extern void smp_error_interrupt(struct pt_regs *);
102extern asmlinkage void smp_spurious_interrupt(void); 102extern asmlinkage void smp_spurious_interrupt(void);
103extern asmlinkage void smp_error_interrupt(void); 103extern asmlinkage void smp_error_interrupt(void);
104#endif 104#endif
105#ifdef CONFIG_X86_SMP
106extern void smp_reschedule_interrupt(struct pt_regs *);
107extern void smp_call_function_interrupt(struct pt_regs *);
108extern void smp_call_function_single_interrupt(struct pt_regs *);
109#endif
105 110
106#ifdef CONFIG_X86_32 111#ifdef CONFIG_X86_32
107extern void (*const interrupt[NR_IRQS])(void); 112extern void (*const interrupt[NR_IRQS])(void);