commit | dd3a1db900f2a215a7d7dd71b836e149a6cf5fed | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Oct 16 18:20:58 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Oct 18 14:05:18 2008 +0200 |
tree | b7e124cec8f750116907a86701937f3edf272936 | |
parent | cc8e920aaf5558f87851169b33c420cc4516c253 [diff] |
genirq: improve include files Move the irq_desc related iterators out of irq.h, into irqnr.h, also available via interrupt.h. This way non-genirq (and even non-hardirq) architectures get the common definitions and iterators. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>