]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/ppc/kernel/irq.c
ppc64: remove ppc_irq_dispatch_handler
[karo-tx-linux.git] / arch / ppc / kernel / irq.c
index 772e428aaa59185bec486fe9a50b553fb4471abc..fbb2b9f8922cd2b4d160f5feb1cbc86e1ca5413a 100644 (file)
@@ -126,7 +126,7 @@ skip:
                        seq_puts(p, "  PowerPC             Thermal Assist (cpu temp)\n");
                }
 #endif
-#ifdef CONFIG_SMP
+#if defined(CONFIG_SMP) && !defined(CONFIG_PPC_MERGE)
                /* should this be per processor send/receive? */
                seq_printf(p, "IPI (recv/sent): %10u/%u\n",
                                atomic_read(&ipi_recv), atomic_read(&ipi_sent));