- powerpc-use-check_irq_per_cpu.patch removed from -mm tree

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

 



The patch titled

     powerpc: use CHECK_IRQ_PER_CPU

has been removed from the -mm tree.  Its filename is

     powerpc-use-check_irq_per_cpu.patch

This patch was dropped because it was nacked by the maintainer

------------------------------------------------------
Subject: powerpc: use CHECK_IRQ_PER_CPU
From: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx>

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx>
Cc: Paul Mackerras <paulus@xxxxxxxxx>
Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/powerpc/kernel/irq.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/powerpc/kernel/irq.c~powerpc-use-check_irq_per_cpu arch/powerpc/kernel/irq.c
--- a/arch/powerpc/kernel/irq.c~powerpc-use-check_irq_per_cpu
+++ a/arch/powerpc/kernel/irq.c
@@ -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);
_

Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are

always-define-irq_per_cpu.patch
drivers-base-check-errors-fix-2.patch
powerpc-use-check_irq_per_cpu.patch
reduce-max_nr_zones-move-highmem-counters-into-highmemc-h-fix.patch
irq-fixed-coding-style.patch
irq-removed-a-extra-line.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux