Merge branch 'for-linus' of git://neil.brown.name/md
[pandora-kernel.git] / arch / arm / oprofile / op_model_mpcore.c
index 74fae60..4458705 100644 (file)
@@ -201,7 +201,7 @@ static int em_call_function(int (*fn)(void))
        data.ret = 0;
 
        preempt_disable();
-       smp_call_function(em_func, &data, 1, 1);
+       smp_call_function(em_func, &data, 1);
        em_func(&data);
        preempt_enable();