hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/include/asm-generic/vdso/vsyscall.h
....@@ -11,20 +11,6 @@
1111 }
1212 #endif /* __arch_get_k_vdso_data */
1313
14
-#ifndef __arch_update_vdso_data
15
-static __always_inline int __arch_update_vdso_data(void)
16
-{
17
- return 0;
18
-}
19
-#endif /* __arch_update_vdso_data */
20
-
21
-#ifndef __arch_get_clock_mode
22
-static __always_inline int __arch_get_clock_mode(struct timekeeper *tk)
23
-{
24
- return 0;
25
-}
26
-#endif /* __arch_get_clock_mode */
27
-
2814 #ifndef __arch_update_vsyscall
2915 static __always_inline void __arch_update_vsyscall(struct vdso_data *vdata,
3016 struct timekeeper *tk)