diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-07 15:02:10 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-19 06:58:16 -0500 |
commit | 3d67baec7f1b01fc289ac1a2f1a7e6d5e43391c6 (patch) | |
tree | f496998278faa653174e185924acb0c74ac2e1b2 /include/linux/irq.h | |
parent | 009b4c3b8ad584b3462734127a5bec680d5d6af4 (diff) |
genirq: Move IRQ_ONESHOT 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 274590fc55a3..1a4c723e74e1 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -71,7 +71,6 @@ typedef void (*irq_flow_handler_t)(unsigned int irq, | |||
71 | #define IRQ_MOVE_PCNTXT 0x01000000 /* IRQ migration from process context */ | 71 | #define IRQ_MOVE_PCNTXT 0x01000000 /* IRQ migration from process context */ |
72 | #define IRQ_AFFINITY_SET 0x02000000 /* IRQ affinity was set from userspace*/ | 72 | #define IRQ_AFFINITY_SET 0x02000000 /* IRQ affinity was set from userspace*/ |
73 | #define IRQ_SUSPENDED 0x04000000 /* IRQ has gone through suspend sequence */ | 73 | #define IRQ_SUSPENDED 0x04000000 /* IRQ has gone through suspend sequence */ |
74 | #define IRQ_ONESHOT 0x08000000 /* IRQ is not unmasked after hardirq */ | ||
75 | #define IRQ_NESTED_THREAD 0x10000000 /* IRQ is nested into another, no own handler thread */ | 74 | #define IRQ_NESTED_THREAD 0x10000000 /* IRQ is nested into another, no own handler thread */ |
76 | 75 | ||
77 | #define IRQF_MODIFY_MASK \ | 76 | #define IRQF_MODIFY_MASK \ |