Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tick/nohz: Set the correct expiry when switching to nohz/lowres mode
commit 0ff53d0 sets the next tick interrupt to the last jiffies update, i.e. in the past, because the forward operation is invoked before the set operation. There is no resulting damage (yet), but we get an extra pointless tick interrupt. Revert the order so we get the next tick interrupt in the future. Fixes: commit 0ff53d0 "tick: sched: Force tick interrupt and get rid of softirq magic" Signed-off-by: Wanpeng Li <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
- Loading branch information