]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softirq.c
Merge branch 'x86/core' into core/ipi
[linux-2.6-omap-h63xx.git] / kernel / softirq.c
index 57d3f67f6f38af7fdfb0fad66ff1cdbef790951e..c349a03b471cc5357c72b8b58cfd6d03390b80ff 100644 (file)
@@ -496,7 +496,7 @@ static int __try_remote_softirq(struct call_single_data *cp, int cpu, int softir
                cp->flags = 0;
                cp->priv = softirq;
 
-               __smp_call_function_single(cpu, cp);
+               __smp_call_function_single(cpu, cp, 0);
                return 0;
        }
        return 1;