diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2006-07-02 20:20:32 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-02 20:29:22 -0400 |
| commit | 284c66806eb6df7f5c66d298681f1abe81a5a9ab (patch) | |
| tree | b6573efe262b85a5bd3cf3c2a7964214143125ed /include/linux | |
| parent | 52e405eaa9806968e88b35d65e57acad954a5ab5 (diff) | |
[PATCH] genirq:fixup missing SA_PERCPU replacement
The irqflags consolidation converted SA_PERCPU_IRQ to IRQF_PERCPU but
did not define the new constant.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index cf682a73a6f9..da3e0dbe61d4 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
| @@ -45,6 +45,7 @@ | |||
| 45 | #define IRQF_SHARED 0x00000080 | 45 | #define IRQF_SHARED 0x00000080 |
| 46 | #define IRQF_PROBE_SHARED 0x00000100 | 46 | #define IRQF_PROBE_SHARED 0x00000100 |
| 47 | #define IRQF_TIMER 0x00000200 | 47 | #define IRQF_TIMER 0x00000200 |
| 48 | #define IRQF_PERCPU 0x00000400 | ||
| 48 | 49 | ||
| 49 | /* | 50 | /* |
| 50 | * Migration helpers. Scheduled for removal in 1/2007 | 51 | * Migration helpers. Scheduled for removal in 1/2007 |
| @@ -54,6 +55,7 @@ | |||
| 54 | #define SA_SAMPLE_RANDOM IRQF_SAMPLE_RANDOM | 55 | #define SA_SAMPLE_RANDOM IRQF_SAMPLE_RANDOM |
| 55 | #define SA_SHIRQ IRQF_SHARED | 56 | #define SA_SHIRQ IRQF_SHARED |
| 56 | #define SA_PROBEIRQ IRQF_PROBE_SHARED | 57 | #define SA_PROBEIRQ IRQF_PROBE_SHARED |
| 58 | #define SA_PERCPU IRQF_PERCPU | ||
| 57 | 59 | ||
| 58 | #define SA_TRIGGER_LOW IRQF_TRIGGER_LOW | 60 | #define SA_TRIGGER_LOW IRQF_TRIGGER_LOW |
| 59 | #define SA_TRIGGER_HIGH IRQF_TRIGGER_HIGH | 61 | #define SA_TRIGGER_HIGH IRQF_TRIGGER_HIGH |
