diff options
author | Helge Deller <deller@gmx.de> | 2024-06-19 01:42:28 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-06-22 00:38:31 +0200 |
commit | e23d9c0b5266e083a654b62756ede0dd5bf1ac3d (patch) | |
tree | 14bcc739169081c50c2288d289b74de6ebf760e5 /arch/parisc/include | |
parent | af42d252ea7f48aa06f0f642314abc4427e2dfd3 (diff) | |
download | linux-e23d9c0b5266e083a654b62756ede0dd5bf1ac3d.tar.gz linux-e23d9c0b5266e083a654b62756ede0dd5bf1ac3d.tar.bz2 linux-e23d9c0b5266e083a654b62756ede0dd5bf1ac3d.zip |
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>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/vdso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/vdso.h b/arch/parisc/include/asm/vdso.h index ef8206193f82..2a2dc11b5545 100644 --- a/arch/parisc/include/asm/vdso.h +++ b/arch/parisc/include/asm/vdso.h @@ -19,6 +19,6 @@ extern struct vdso_data *vdso_data; /* Default link addresses for the vDSOs */ #define VDSO_LBASE 0 -#define VDSO_VERSION_STRING LINUX_5.18 +#define VDSO_VERSION_STRING LINUX_6.11 #endif /* __PARISC_VDSO_H__ */ |