]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sched.c
Merge branch 'linus' into core/ipi
[linux-2.6-omap-h63xx.git] / kernel / sched.c
index 8e2558c2ba67be440ef7bcb2d95ff8138c806404..f1cd71918240ecae58e510bd576911549f60d0c0 100644 (file)
@@ -1093,7 +1093,7 @@ static void hrtick_start(struct rq *rq, u64 delay)
        if (rq == this_rq()) {
                hrtimer_restart(timer);
        } else if (!rq->hrtick_csd_pending) {
-               __smp_call_function_single(cpu_of(rq), &rq->hrtick_csd);
+               __smp_call_function_single(cpu_of(rq), &rq->hrtick_csd, 0);
                rq->hrtick_csd_pending = 1;
        }
 }