![]() | |||||||||||||
Messages in this thread Patch in this message |
Hi,
This patch has changed to using CHECK_IRQ_PER_CPU.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X 2.6.18-rc2/Documentation/dontdiff 2.6.18-rc2-orig/arch/powerpc/kernel/irq.c 2.6.18-rc2/arch/powerpc/kernel/irq.c
--- 2.6.18-rc2-orig/arch/powerpc/kernel/irq.c 2006-07-16 22:27:18.417697000 +0900
+++ 2.6.18-rc2/arch/powerpc/kernel/irq.c 2006-07-16 23:29:05.548305750 +0900
@@ -164,7 +164,7 @@ void fixup_irqs(cpumask_t map)
for_each_irq(irq) {
cpumask_t mask;
- if (irq_desc[irq].status & IRQ_PER_CPU)
+ if (CHECK_IRQ_PER_CPU(irq_desc[irq].status))
continue;
cpus_and(mask, irq_desc[irq].affinity, map);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
| ||||||||||||
| Last update: 2006-07-17 07:57 [from the cache] ©2003-2008 | |||||||||||||