diff options
Diffstat (limited to 'include/asm-i386/irq.h')
-rw-r--r-- | include/asm-i386/irq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-i386/irq.h b/include/asm-i386/irq.h index 05b9e61b0a72..e2d8bf23ad70 100644 --- a/include/asm-i386/irq.h +++ b/include/asm-i386/irq.h | |||
@@ -38,4 +38,8 @@ extern void release_vm86_irqs(struct task_struct *); | |||
38 | extern int irqbalance_disable(char *str); | 38 | extern int irqbalance_disable(char *str); |
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | #ifdef CONFIG_HOTPLUG_CPU | ||
42 | extern void fixup_irqs(cpumask_t map); | ||
43 | #endif | ||
44 | |||
41 | #endif /* _ASM_IRQ_H */ | 45 | #endif /* _ASM_IRQ_H */ |