forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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 */