diff options
Diffstat (limited to 'include/asm-x86/hw_irq.h')
-rw-r--r-- | include/asm-x86/hw_irq.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/hw_irq.h b/include/asm-x86/hw_irq.h index 50f6e0316b50..51c787d17cbc 100644 --- a/include/asm-x86/hw_irq.h +++ b/include/asm-x86/hw_irq.h | |||
@@ -116,12 +116,12 @@ extern asmlinkage void smp_invalidate_interrupt(struct pt_regs *); | |||
116 | 116 | ||
117 | #ifdef CONFIG_X86_32 | 117 | #ifdef CONFIG_X86_32 |
118 | extern void (*const interrupt[NR_IRQS])(void); | 118 | extern void (*const interrupt[NR_IRQS])(void); |
119 | #else | 119 | #endif |
120 | |||
120 | typedef int vector_irq_t[NR_VECTORS]; | 121 | typedef int vector_irq_t[NR_VECTORS]; |
121 | DECLARE_PER_CPU(vector_irq_t, vector_irq); | 122 | DECLARE_PER_CPU(vector_irq_t, vector_irq); |
122 | #endif | ||
123 | 123 | ||
124 | #if defined(CONFIG_X86_IO_APIC) && defined(CONFIG_X86_64) | 124 | #ifdef CONFIG_X86_IO_APIC |
125 | extern void lock_vector_lock(void); | 125 | extern void lock_vector_lock(void); |
126 | extern void unlock_vector_lock(void); | 126 | extern void unlock_vector_lock(void); |
127 | extern void __setup_vector_irq(int cpu); | 127 | extern void __setup_vector_irq(int cpu); |