forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/arm/include/asm/vdso/clocksource.h
....@@ -2,8 +2,7 @@
22 #ifndef __ASM_VDSOCLOCKSOURCE_H
33 #define __ASM_VDSOCLOCKSOURCE_H
44
5
-struct arch_clocksource_data {
6
- bool vdso_direct; /* Usable for direct VDSO access? */
7
-};
5
+#define VDSO_ARCH_CLOCKMODES \
6
+ VDSO_CLOCKMODE_ARCHTIMER
87
98 #endif /* __ASM_VDSOCLOCKSOURCE_H */