diff options
Diffstat (limited to 'include/asm-x86_64/hw_irq.h')
-rw-r--r-- | include/asm-x86_64/hw_irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/hw_irq.h b/include/asm-x86_64/hw_irq.h index f5da94af9c41..1a8dc185a79f 100644 --- a/include/asm-x86_64/hw_irq.h +++ b/include/asm-x86_64/hw_irq.h | |||
@@ -75,7 +75,6 @@ | |||
75 | #ifndef __ASSEMBLY__ | 75 | #ifndef __ASSEMBLY__ |
76 | extern u8 irq_vector[NR_IRQ_VECTORS]; | 76 | extern u8 irq_vector[NR_IRQ_VECTORS]; |
77 | #define IO_APIC_VECTOR(irq) (irq_vector[irq]) | 77 | #define IO_APIC_VECTOR(irq) (irq_vector[irq]) |
78 | #define AUTO_ASSIGN -1 | ||
79 | 78 | ||
80 | /* | 79 | /* |
81 | * Various low-level irq details needed by irq.c, process.c, | 80 | * Various low-level irq details needed by irq.c, process.c, |