X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=arch%2Fppc%2Fkernel%2Firq.c;h=fbb2b9f8922cd2b4d160f5feb1cbc86e1ca5413a;hp=772e428aaa59185bec486fe9a50b553fb4471abc;hb=d4be4f37d9d2a5afc8e79a95beafbac4b83f20c5;hpb=985990137e81ca9fd6561cd0f7d1a9695ec57d5a diff --git a/arch/ppc/kernel/irq.c b/arch/ppc/kernel/irq.c index 772e428aaa59..fbb2b9f8922c 100644 --- a/arch/ppc/kernel/irq.c +++ b/arch/ppc/kernel/irq.c @@ -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));