]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]
authorIngo Molnar <mingo@elte.hu>
Thu, 29 Jun 2006 09:24:42 +0000 (02:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 29 Jun 2006 17:26:22 +0000 (10:26 -0700)
commit4a733ee12618cf3ec25cbc337a5e0ba3ad5d7fb6
treeefee6dfbfcfd08fbe1f2462afb299aeb5624354b
parent71d218b75fa91219c6bd310fbdd257dfbcac6c88
[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>
include/linux/irq.h
kernel/irq/proc.c