x86: trampoline_64.S - use predefined constants with simplification
[deliverable/linux.git] / arch / x86 / include / asm / hw_irq.h
index 27d33f92afe24b155f4120b059c1742f76f24fa4..8de644b6b95992deb500f0e2325c77db87e105aa 100644 (file)
@@ -109,9 +109,7 @@ extern asmlinkage void smp_invalidate_interrupt(struct pt_regs *);
 #endif
 #endif
 
-#ifdef CONFIG_X86_32
 extern void (*__initconst interrupt[NR_VECTORS-FIRST_EXTERNAL_VECTOR])(void);
-#endif
 
 typedef int vector_irq_t[NR_VECTORS];
 DECLARE_PER_CPU(vector_irq_t, vector_irq);
This page took 0.02898 seconds and 5 git commands to generate.