]> git.ipfire.org Git - thirdparty/linux.git/commit
sparc64: vdso: Move syscall fallbacks into header
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 4 Mar 2026 07:49:05 +0000 (08:49 +0100)
committerThomas Gleixner <tglx@kernel.org>
Wed, 11 Mar 2026 09:18:32 +0000 (10:18 +0100)
commitd60c682bce3dce963d6cf8208ed60d586004ce49
tree00086870903f2300ca7bc9d5c7b0297debe3a881
parent10fdbd9517e833de31911c29c5ff2494d62a5551
sparc64: vdso: Move syscall fallbacks into header

The generic vDSO libraries expected the syscall fallbacks in
asm/vdso/gettimeofday.h. To prepare the adoption of the generic library,
move the existing functions there.

While at it, rename them so they match what the generic library expects.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Tested-by: Andreas Larsson <andreas@gaisler.com>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Acked-by: Andreas Larsson <andreas@gaisler.com>
Link: https://patch.msgid.link/20260304-vdso-sparc64-generic-2-v6-8-d8eb3b0e1410@linutronix.de
arch/sparc/include/asm/vdso/gettimeofday.h
arch/sparc/vdso/vclock_gettime.c