diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-06 19:55:43 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-19 06:58:09 -0500 |
commit | 1535dfacbf21c4da1b73fcf07c39913da5bd5581 (patch) | |
tree | 28551fca52e2b636b3fdbc9d0b1e7a1cad06d791 /include/linux/interrupt.h | |
parent | fe200ae48ef5c79bf7941fe8046ff9505c570ff6 (diff) |
genirq: Move irq thread flags to core
Soleley used in core code.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 7834726dd95b..de97b958f478 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -74,20 +74,6 @@ | |||
74 | #define IRQF_TIMER (__IRQF_TIMER | IRQF_NO_SUSPEND) | 74 | #define IRQF_TIMER (__IRQF_TIMER | IRQF_NO_SUSPEND) |
75 | 75 | ||
76 | /* | 76 | /* |
77 | * Bits used by threaded handlers: | ||
78 | * IRQTF_RUNTHREAD - signals that the interrupt handler thread should run | ||
79 | * IRQTF_DIED - handler thread died | ||
80 | * IRQTF_WARNED - warning "IRQ_WAKE_THREAD w/o thread_fn" has been printed | ||
81 | * IRQTF_AFFINITY - irq thread is requested to adjust affinity | ||
82 | */ | ||
83 | enum { | ||
84 | IRQTF_RUNTHREAD, | ||
85 | IRQTF_DIED, | ||
86 | IRQTF_WARNED, | ||
87 | IRQTF_AFFINITY, | ||
88 | }; | ||
89 | |||
90 | /* | ||
91 | * These values can be returned by request_any_context_irq() and | 77 | * These values can be returned by request_any_context_irq() and |
92 | * describe the context the interrupt will be run in. | 78 | * describe the context the interrupt will be run in. |
93 | * | 79 | * |