diff options
Diffstat (limited to 'include/asm-x86_64/proto.h')
-rw-r--r-- | include/asm-x86_64/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 151826f8ce69..b73d0c76613c 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -124,6 +124,8 @@ extern int fix_aperture; | |||
124 | extern int reboot_force; | 124 | extern int reboot_force; |
125 | extern int notsc_setup(char *); | 125 | extern int notsc_setup(char *); |
126 | 126 | ||
127 | extern int gsi_irq_sharing(int gsi); | ||
128 | |||
127 | extern void smp_local_timer_interrupt(struct pt_regs * regs); | 129 | extern void smp_local_timer_interrupt(struct pt_regs * regs); |
128 | 130 | ||
129 | long do_arch_prctl(struct task_struct *task, int code, unsigned long addr); | 131 | long do_arch_prctl(struct task_struct *task, int code, unsigned long addr); |