]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/oprofile/op_model_mpcore.c
smp_call_function: get rid of the unused nonatomic/retry argument
[linux-2.6-omap-h63xx.git] / arch / arm / oprofile / op_model_mpcore.c
index 74fae6045650409bdd4dc44a343d60887b540443..4458705021e0f547008fab7668d8567dec8a3a12 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();