diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-07 14:40:54 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-19 06:58:15 -0500 |
commit | 7acdd53e5b2c55b6f7e3427e85e2f91fa814a4f9 (patch) | |
tree | 4806536bae32605a3107d6c4384547693eda566c /include/linux/irq.h | |
parent | bd062e7667ac173afef57fbfe9327f3b914a9d4c (diff) |
genirq: Move IRQ_SPURIOUS_DISABLED to core state
No users outside.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index d1f9c352cd1b..a900741b43ea 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -64,7 +64,6 @@ typedef void (*irq_flow_handler_t)(unsigned int irq, | |||
64 | #define IRQ_WAKEUP 0x00100000 /* IRQ triggers system wakeup */ | 64 | #define IRQ_WAKEUP 0x00100000 /* IRQ triggers system wakeup */ |
65 | #define IRQ_MOVE_PENDING 0x00200000 /* need to re-target IRQ destination */ | 65 | #define IRQ_MOVE_PENDING 0x00200000 /* need to re-target IRQ destination */ |
66 | #define IRQ_NO_BALANCING 0x00400000 /* IRQ is excluded from balancing */ | 66 | #define IRQ_NO_BALANCING 0x00400000 /* IRQ is excluded from balancing */ |
67 | #define IRQ_SPURIOUS_DISABLED 0x00800000 /* IRQ was disabled by the spurious trap */ | ||
68 | #define IRQ_MOVE_PCNTXT 0x01000000 /* IRQ migration from process context */ | 67 | #define IRQ_MOVE_PCNTXT 0x01000000 /* IRQ migration from process context */ |
69 | #define IRQ_AFFINITY_SET 0x02000000 /* IRQ affinity was set from userspace*/ | 68 | #define IRQ_AFFINITY_SET 0x02000000 /* IRQ affinity was set from userspace*/ |
70 | #define IRQ_SUSPENDED 0x04000000 /* IRQ has gone through suspend sequence */ | 69 | #define IRQ_SUSPENDED 0x04000000 /* IRQ has gone through suspend sequence */ |