]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
timekeeping/auxclock: Consistently use raw timekeeper for tk_setup_internals()
authorThomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Wed, 11 Mar 2026 10:15:13 +0000 (11:15 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 12 Mar 2026 11:15:54 +0000 (12:15 +0100)
commitba546d3d895c5190a4c16d92e1ecff7c0b4ee9b3
tree584fadaa633941c9c1e12ab38738c30f0d8f2675
parentbb2705b4e03605532b429525cc8d1e9a2afe3e00
timekeeping/auxclock: Consistently use raw timekeeper for tk_setup_internals()

In aux_clock_enable() the clocksource from tkr_raw is used to call
tk_setup_internals(). Do the same in tk_aux_update_clocksource().  While
the clocksources will be the same in any case, this is less confusing.

Signed-off-by: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260311-hrtimer-cleanups-v1-4-095357392669@linutronix.de
kernel/time/timekeeping.c