Merge branch 'x86/core' into core/ipi
[safe/jmp/linux-2.6] / kernel / sched.c
index 0a76d0b..983c3ac 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;
        }
 }