Skip to content

Commit b60483e

Browse files
committed
Merge branch 'at91-4.14-trunk/fixes' into linux-4.14-at91
2 parents 2cf7880 + aa9d490 commit b60483e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/softirq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ static inline void tick_irq_exit(void)
368368

369369
/* Make sure that timer wheel updates are propagated */
370370
if ((idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) {
371-
if (!in_interrupt())
371+
if (!in_irq())
372372
tick_nohz_irq_exit();
373373
}
374374
#endif

0 commit comments

Comments
 (0)