forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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 */