diff options
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r-- | arch/x86/include/asm/hw_irq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index a307b7530e54..4615906d83df 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h | |||
@@ -190,8 +190,8 @@ extern void (*__initconst interrupt[NR_VECTORS-FIRST_EXTERNAL_VECTOR])(void); | |||
190 | #define trace_interrupt interrupt | 190 | #define trace_interrupt interrupt |
191 | #endif | 191 | #endif |
192 | 192 | ||
193 | #define VECTOR_UNDEFINED -1 | 193 | #define VECTOR_UNDEFINED (-1) |
194 | #define VECTOR_RETRIGGERED -2 | 194 | #define VECTOR_RETRIGGERED (-2) |
195 | 195 | ||
196 | typedef int vector_irq_t[NR_VECTORS]; | 196 | typedef int vector_irq_t[NR_VECTORS]; |
197 | DECLARE_PER_CPU(vector_irq_t, vector_irq); | 197 | DECLARE_PER_CPU(vector_irq_t, vector_irq); |