From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 08:38:01 +0000
Subject: [PATCH] enable docker ppp
---
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