hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
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)