[PATCH] changed to using CHECK_IRQ_PER_CPU

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

This patch has changed to using CHECK_IRQ_PER_CPU.

Yoichi

Signed-off-by: Yoichi Yuasa <[email protected]>

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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux