[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20060717145251.0069d16e.yoichi_yuasa@tripeaks.co.jp>
Date: Mon, 17 Jul 2006 14:52:51 +0900
From: Yoichi Yuasa <yoichi_yuasa@...peaks.co.jp>
To: Andrew Morton <akpm@...l.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] changed to using CHECK_IRQ_PER_CPU
Hi,
This patch has changed to using CHECK_IRQ_PER_CPU.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@...peaks.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists