diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-07 14:55:35 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-19 06:58:15 -0500 |
commit | 6954b75b488dd740950573f244ddd66fd28620aa (patch) | |
tree | 66a423d8d09c19d428e3e73373944a826f31f38e /include/linux/irq.h | |
parent | 6f91a52d9bb28396177662f1da0f2e2cef9cf5d0 (diff) |
genirq: Move IRQ_POLL_INPROGRESS to core
No users outside of core.
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 67b77cfb2a34..047a695511df 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -69,7 +69,6 @@ typedef void (*irq_flow_handler_t)(unsigned int irq, | |||
69 | #define IRQ_SUSPENDED 0x04000000 /* IRQ has gone through suspend sequence */ | 69 | #define IRQ_SUSPENDED 0x04000000 /* IRQ has gone through suspend sequence */ |
70 | #define IRQ_ONESHOT 0x08000000 /* IRQ is not unmasked after hardirq */ | 70 | #define IRQ_ONESHOT 0x08000000 /* IRQ is not unmasked after hardirq */ |
71 | #define IRQ_NESTED_THREAD 0x10000000 /* IRQ is nested into another, no own handler thread */ | 71 | #define IRQ_NESTED_THREAD 0x10000000 /* IRQ is nested into another, no own handler thread */ |
72 | #define IRQ_POLL_INPROGRESS 0x20000000 /* IRQ poll is in progress */ | ||
73 | 72 | ||
74 | #define IRQF_MODIFY_MASK \ | 73 | #define IRQF_MODIFY_MASK \ |
75 | (IRQ_TYPE_SENSE_MASK | IRQ_NOPROBE | IRQ_NOREQUEST | \ | 74 | (IRQ_TYPE_SENSE_MASK | IRQ_NOPROBE | IRQ_NOREQUEST | \ |