Merge branch 'x86/core' into core/ipi
[cascardo/linux.git] / kernel / softirq.c
index 57d3f67..c349a03 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;