aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r--include/linux/interrupt.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index 7834726dd95..de97b958f47 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 */
83enum {
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 *