hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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)