]> git.ipfire.org Git - thirdparty/linux.git/commit
vdso/gettimeofday: Introduce vdso_get_timestamp()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 1 Jul 2025 08:58:03 +0000 (10:58 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 18 Jul 2025 11:45:32 +0000 (13:45 +0200)
commit562f03ed967dc65e513a3e2e9821f656d5333b8e
tree49be70af1f7cde91686986aeaf5ecb082e37aba6
parent381d96ccc1a52237e03ac97b4d2945997c9356e6
vdso/gettimeofday: Introduce vdso_get_timestamp()

This code is duplicated and with the introduction of auxiliary clocks will
be duplicated even more.

Introduce a helper.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250701-vdso-auxclock-v1-9-df7d9f87b9b8@linutronix.de
lib/vdso/gettimeofday.c