]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/sysdev/xive/common.c
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
[karo-tx-linux.git] / arch / powerpc / sysdev / xive / common.c
index 496036c93531a5b188ecea32d5716c4c72cd5aeb..913825086b8df675f68f69a0b993934c3b607104 100644 (file)
@@ -964,15 +964,15 @@ static void xive_irq_free_data(unsigned int virq)
 
 #ifdef CONFIG_SMP
 
-static void xive_cause_ipi(int cpu, unsigned long msg)
+static void xive_cause_ipi(int cpu)
 {
        struct xive_cpu *xc;
        struct xive_irq_data *xd;
 
        xc = per_cpu(xive_cpu, cpu);
 
-       DBG_VERBOSE("IPI msg#%ld CPU %d -> %d (HW IRQ 0x%x)\n",
-                   msg, smp_processor_id(), cpu, xc->hw_ipi);
+       DBG_VERBOSE("IPI CPU %d -> %d (HW IRQ 0x%x)\n",
+                   smp_processor_id(), cpu, xc->hw_ipi);
 
        xd = &xc->ipi_data;
        if (WARN_ON(!xd->trig_mmio))