aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r--arch/x86/include/asm/hw_irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
index 162e5f9646ed..68900e7dada8 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
@@ -112,6 +112,7 @@ extern asmlinkage void smp_irq_move_cleanup_interrupt(void);
112extern void smp_reschedule_interrupt(struct pt_regs *); 112extern void smp_reschedule_interrupt(struct pt_regs *);
113extern void smp_call_function_interrupt(struct pt_regs *); 113extern void smp_call_function_interrupt(struct pt_regs *);
114extern void smp_call_function_single_interrupt(struct pt_regs *); 114extern void smp_call_function_single_interrupt(struct pt_regs *);
115extern void smp_pull_timers_interrupt(struct pt_regs *);
115#ifdef CONFIG_X86_32 116#ifdef CONFIG_X86_32
116extern void smp_invalidate_interrupt(struct pt_regs *); 117extern void smp_invalidate_interrupt(struct pt_regs *);
117#else 118#else