From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/include/asm-generic/vdso/vsyscall.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/kernel/include/asm-generic/vdso/vsyscall.h b/kernel/include/asm-generic/vdso/vsyscall.h index ce41032..c835607 100644 --- a/kernel/include/asm-generic/vdso/vsyscall.h +++ b/kernel/include/asm-generic/vdso/vsyscall.h @@ -11,20 +11,6 @@ } #endif /* __arch_get_k_vdso_data */ -#ifndef __arch_update_vdso_data -static __always_inline int __arch_update_vdso_data(void) -{ - return 0; -} -#endif /* __arch_update_vdso_data */ - -#ifndef __arch_get_clock_mode -static __always_inline int __arch_get_clock_mode(struct timekeeper *tk) -{ - return 0; -} -#endif /* __arch_get_clock_mode */ - #ifndef __arch_update_vsyscall static __always_inline void __arch_update_vsyscall(struct vdso_data *vdata, struct timekeeper *tk) -- Gitblit v1.6.2