]> Pileus Git - ~andy/linux/blobdiff - kernel/softirq.c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / kernel / softirq.c
index 850967068aaf3ff0711587d1624ac353216c4e2e..490fcbb1dc5b41727408d28e17ae145754c2c051 100644 (file)
@@ -328,7 +328,7 @@ void irq_enter(void)
                 * here, as softirq will be serviced on return from interrupt.
                 */
                local_bh_disable();
-               tick_check_idle();
+               tick_irq_enter();
                _local_bh_enable();
        }