diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-08 11:27:18 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-19 06:58:21 -0500 |
commit | 5d4d8fc9ac3e9a90bbdf90bae6864cb2c01f2208 (patch) | |
tree | 5ec451adff8792ed345bac22c91d8565b11ba61a /kernel/irq | |
parent | f9e4989eb8183a1f33581fa1b99274287b0639d2 (diff) |
genirq: Cleanup irq.h
Put the constants into an enum and document them.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/irq')
-rw-r--r-- | kernel/irq/settings.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/kernel/irq/settings.h b/kernel/irq/settings.h index 47bcd3b9f399..55ebe1e09da4 100644 --- a/kernel/irq/settings.h +++ b/kernel/irq/settings.h | |||
@@ -15,37 +15,21 @@ enum { | |||
15 | _IRQF_MODIFY_MASK = IRQF_MODIFY_MASK, | 15 | _IRQF_MODIFY_MASK = IRQF_MODIFY_MASK, |
16 | }; | 16 | }; |
17 | 17 | ||
18 | #undef IRQ_INPROGRESS | ||
19 | #define IRQ_INPROGRESS GOT_YOU_MORON | 18 | #define IRQ_INPROGRESS GOT_YOU_MORON |
20 | #undef IRQ_REPLAY | ||
21 | #define IRQ_REPLAY GOT_YOU_MORON | 19 | #define IRQ_REPLAY GOT_YOU_MORON |
22 | #undef IRQ_WAITING | ||
23 | #define IRQ_WAITING GOT_YOU_MORON | 20 | #define IRQ_WAITING GOT_YOU_MORON |
24 | #undef IRQ_DISABLED | ||
25 | #define IRQ_DISABLED GOT_YOU_MORON | 21 | #define IRQ_DISABLED GOT_YOU_MORON |
26 | #undef IRQ_PENDING | ||
27 | #define IRQ_PENDING GOT_YOU_MORON | 22 | #define IRQ_PENDING GOT_YOU_MORON |
28 | #undef IRQ_MASKED | ||
29 | #define IRQ_MASKED GOT_YOU_MORON | 23 | #define IRQ_MASKED GOT_YOU_MORON |
30 | #undef IRQ_WAKEUP | ||
31 | #define IRQ_WAKEUP GOT_YOU_MORON | 24 | #define IRQ_WAKEUP GOT_YOU_MORON |
32 | #undef IRQ_MOVE_PENDING | ||
33 | #define IRQ_MOVE_PENDING GOT_YOU_MORON | 25 | #define IRQ_MOVE_PENDING GOT_YOU_MORON |
34 | #undef IRQ_PER_CPU | ||
35 | #define IRQ_PER_CPU GOT_YOU_MORON | 26 | #define IRQ_PER_CPU GOT_YOU_MORON |
36 | #undef IRQ_NO_BALANCING | ||
37 | #define IRQ_NO_BALANCING GOT_YOU_MORON | 27 | #define IRQ_NO_BALANCING GOT_YOU_MORON |
38 | #undef IRQ_AFFINITY_SET | ||
39 | #define IRQ_AFFINITY_SET GOT_YOU_MORON | 28 | #define IRQ_AFFINITY_SET GOT_YOU_MORON |
40 | #undef IRQ_LEVEL | ||
41 | #define IRQ_LEVEL GOT_YOU_MORON | 29 | #define IRQ_LEVEL GOT_YOU_MORON |
42 | #undef IRQ_NOPROBE | ||
43 | #define IRQ_NOPROBE GOT_YOU_MORON | 30 | #define IRQ_NOPROBE GOT_YOU_MORON |
44 | #undef IRQ_NOREQUEST | ||
45 | #define IRQ_NOREQUEST GOT_YOU_MORON | 31 | #define IRQ_NOREQUEST GOT_YOU_MORON |
46 | #undef IRQ_NOAUTOEN | ||
47 | #define IRQ_NOAUTOEN GOT_YOU_MORON | 32 | #define IRQ_NOAUTOEN GOT_YOU_MORON |
48 | #undef IRQ_NESTED_THREAD | ||
49 | #define IRQ_NESTED_THREAD GOT_YOU_MORON | 33 | #define IRQ_NESTED_THREAD GOT_YOU_MORON |
50 | #undef IRQF_MODIFY_MASK | 34 | #undef IRQF_MODIFY_MASK |
51 | #define IRQF_MODIFY_MASK GOT_YOU_MORON | 35 | #define IRQF_MODIFY_MASK GOT_YOU_MORON |