From: Ingo Molnar Date: Thu, 29 Jun 2006 09:24:38 +0000 (-0700) Subject: [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] X-Git-Tag: v2.6.18-rc1~393 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53da52fd743fd637637572838c0a7af23a2d038;p=pandora-kernel.git [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] Consolidation: remove the irq_affinity[NR_IRQS] array and move it into the irq_desc[NR_IRQS].affinity field. [akpm@osdl.org: sparc64 build fix] Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed