The patch titled powerpc: use CHECK_IRQ_PER_CPU has been added to the -mm tree. Its filename is powerpc-use-check_irq_per_cpu.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 drivers-base-check-errors-fix-2.patch powerpc-use-check_irq_per_cpu.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