commit | 284c66806eb6df7f5c66d298681f1abe81a5a9ab | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Jul 03 02:20:32 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jul 02 17:29:22 2006 -0700 |
tree | b6573efe262b85a5bd3cf3c2a7964214143125ed | |
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>