[PATCH] changed to using CHECK_IRQ_PER_CPU

From: Yoichi Yuasa
Date: Mon Jul 17 2006 - 02:20:45 EST


Hi,

This patch has changed to using CHECK_IRQ_PER_CPU.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/