aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r--kernel/softirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c
index 8a1e6e104892..991e38d9f71e 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -326,7 +326,7 @@ void irq_enter(void)
326 * here, as softirq will be serviced on return from interrupt. 326 * here, as softirq will be serviced on return from interrupt.
327 */ 327 */
328 local_bh_disable(); 328 local_bh_disable();
329 tick_check_idle(); 329 tick_irq_enter();
330 _local_bh_enable(); 330 _local_bh_enable();
331 } 331 }
332 332