]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softirq.c
nohz: prevent tick stop outside of the idle loop
[linux-2.6-omap-h63xx.git] / kernel / softirq.c
index 36e0617400470f398700376c7fa3359d768e7e58..05f248039d77184527c4912ce8ab527a5689e164 100644 (file)
@@ -312,7 +312,7 @@ void irq_exit(void)
 #ifdef CONFIG_NO_HZ
        /* Make sure that timer wheel updates are propagated */
        if (!in_interrupt() && idle_cpu(smp_processor_id()) && !need_resched())
-               tick_nohz_stop_sched_tick();
+               tick_nohz_stop_sched_tick(0);
        rcu_irq_exit();
 #endif
        preempt_enable_no_resched();