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.h6
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
118extern void (*const interrupt[NR_IRQS])(void); 118extern void (*const interrupt[NR_IRQS])(void);
119#else 119#endif
120
120typedef int vector_irq_t[NR_VECTORS]; 121typedef int vector_irq_t[NR_VECTORS];
121DECLARE_PER_CPU(vector_irq_t, vector_irq); 122DECLARE_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
125extern void lock_vector_lock(void); 125extern void lock_vector_lock(void);
126extern void unlock_vector_lock(void); 126extern void unlock_vector_lock(void);
127extern void __setup_vector_irq(int cpu); 127extern void __setup_vector_irq(int cpu);