Skip to content

Commit a5b5c9d

Browse files
committed
Revert "nohz: Fix missing tick reprogram when interrupting an inline softirq"
This reverts commit 2d89891.
1 parent a6fe2ce commit a5b5c9d

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_irq())
371+
if (!in_interrupt())
372372
tick_nohz_irq_exit();
373373
}
374374
#endif

0 commit comments

Comments
 (0)