parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functions
authorHelge Deller <deller@gmx.de>
Tue, 18 Jun 2024 23:42:28 +0000 (01:42 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 21 Jun 2024 22:38:31 +0000 (00:38 +0200)
commite23d9c0b5266e083a654b62756ede0dd5bf1ac3d
tree14bcc739169081c50c2288d289b74de6ebf760e5
parentaf42d252ea7f48aa06f0f642314abc4427e2dfd3
parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functions

Add vDSO implementations for gettimeofday(), clock_gettime() and
clock_gettime64() kernel syscalls.
Currently those functions are implemented as pure syscall wrappers.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/vdso.h
arch/parisc/kernel/vdso32/Makefile
arch/parisc/kernel/vdso32/vdso32.lds.S
arch/parisc/kernel/vdso32/vdso32_generic.c [new file with mode: 0644]