Skip to content

Commit

Permalink
Revert "nohz: Fix missing tick reprogram when interrupting an inline …
Browse files Browse the repository at this point in the history
…softirq"

This reverts commit 2d89891.
  • Loading branch information
RobertCNelson committed Oct 20, 2018
1 parent db82088 commit 8a1770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ static inline void tick_irq_exit(void)

/* Make sure that timer wheel updates are propagated */
if ((idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) {
if (!in_irq())
if (!in_interrupt())
tick_nohz_irq_exit();
}
#endif
Expand Down

0 comments on commit 8a1770e

Please sign in to comment.