From: Ingo Molnar Date: Thu, 29 Jun 2006 09:24:42 +0000 (-0700) Subject: [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] X-Git-Tag: v2.6.18-rc1~386 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd916d31cc31273eca8a620fae02b7bf7f577559;p=pandora-kernel.git [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] Consolidation: remove the pending_irq_cpumask[NR_IRQS] array and move it into the irq_desc[NR_IRQS].pending_mask field. 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