commit | 3795de236d67a05994a1a12759db9d4dd9ffc42c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Sep 22 17:09:43 2010 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 12 16:39:05 2010 +0200 |
tree | 75e5a2a8922e114de60f468494c879ba4f65ebee | |
parent | f303a6dd127b5ec6de90d1cd79ed19820c7e9658 [diff] |
genirq: Distangle kernel/irq/handle.c kernel/irq/handle.c has become a dumpground for random code in random order. Split out the irq descriptor management and the dummy irq_chip implementation into separate files. Cleanup the include maze while at it. No code change. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>