ASoC: wm_hubs: Convert headphone driver to output driver widget
[deliverable/linux.git] / kernel / softirq.c
index 2c71d91efff0f8e05b526bbe2f7260cba986a59a..4eb3a0fa351e788297e7d14f0f56cec66d61c1ae 100644 (file)
@@ -347,12 +347,12 @@ void irq_exit(void)
        if (!in_interrupt() && local_softirq_pending())
                invoke_softirq();
 
-       rcu_irq_exit();
 #ifdef CONFIG_NO_HZ
        /* Make sure that timer wheel updates are propagated */
        if (idle_cpu(smp_processor_id()) && !in_interrupt() && !need_resched())
-               tick_nohz_stop_sched_tick(0);
+               tick_nohz_irq_exit();
 #endif
+       rcu_irq_exit();
        preempt_enable_no_resched();
 }
 
This page took 0.02708 seconds and 5 git commands to generate.