tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup_sched_t...
authorPeng Liu <liupeng17@lenovo.com>
Sun, 25 Feb 2024 22:54:53 +0000 (23:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 26 Feb 2024 10:37:31 +0000 (11:37 +0100)
commitffb7e01c4e654d5c8bf2ce2a4830b826fa1f149e
tree03a285691d10232f8ff79efa6d883cf0feaceacb
parent56c2cb10120894be40c40a9bf0ce798da14c50f6
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup_sched_timer()

The ts->sched_timer initialization work of tick_nohz_switch_to_nohz()
is almost the same as that of tick_setup_sched_timer(), so adjust the
latter to get it reused by tick_nohz_switch_to_nohz().

This also makes the low resolution mode sched_timer benefit from the tick
skew boot option.

Signed-off-by: Peng Liu <liupeng17@lenovo.com>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240225225508.11587-2-frederic@kernel.org
kernel/time/hrtimer.c
kernel/time/tick-sched.c
kernel/time/tick-sched.h