commit | 4a733ee12618cf3ec25cbc337a5e0ba3ad5d7fb6 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Jun 29 02:24:42 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jun 29 10:26:22 2006 -0700 |
tree | efee6dfbfcfd08fbe1f2462afb299aeb5624354b | |
parent | 71d218b75fa91219c6bd310fbdd257dfbcac6c88 [diff] |
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[] Consolidation: remove the irq_dir[NR_IRQS] and the smp_affinity_entry[NR_IRQS] arrays and move them into the irq_desc[] array. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>