Thomas Gleixner | e6bea9c | 2011-02-09 13:16:52 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Internal header to deal with irq_desc->status which will be renamed |
| 3 | * to irq_desc->settings. |
| 4 | */ |
| 5 | enum { |
| 6 | _IRQ_DEFAULT_INIT_FLAGS = IRQ_DEFAULT_INIT_FLAGS, |
| 7 | }; |
Thomas Gleixner | 009b4c3 | 2011-02-07 21:48:49 +0100 | [diff] [blame] | 8 | |
| 9 | #undef IRQ_INPROGRESS |
| 10 | #define IRQ_INPROGRESS GOT_YOU_MORON |
Thomas Gleixner | 163ef30 | 2011-02-08 11:39:15 +0100 | [diff] [blame] | 11 | #undef IRQ_REPLAY |
| 12 | #define IRQ_REPLAY GOT_YOU_MORON |
| 13 | #undef IRQ_WAITING |
| 14 | #define IRQ_WAITING GOT_YOU_MORON |
Thomas Gleixner | c1594b7 | 2011-02-07 22:11:30 +0100 | [diff] [blame] | 15 | #undef IRQ_DISABLED |
| 16 | #define IRQ_DISABLED GOT_YOU_MORON |
Thomas Gleixner | 2a0d6fb | 2011-02-08 12:17:57 +0100 | [diff] [blame^] | 17 | #undef IRQ_PENDING |
| 18 | #define IRQ_PENDING GOT_YOU_MORON |