FROMLIST: [PATCH v5 09/12] arm: vdso: move vgettimeofday.c to lib/vdso/
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / arch / arm / vdso / compiler.h
index c7751019246a61b61a64c5c11d42547d75ef9c1b..6fd88be2ff0e7dd1dcc0c29aebd1702a81df30c2 100644 (file)
 #error This code depends on AEABI system call conventions
 #endif
 
+#ifdef CONFIG_ARM_ARCH_TIMER
+#define ARCH_PROVIDES_TIMER
+#endif
+
 #define DEFINE_FALLBACK(name, type_arg1, name_arg1, type_arg2, name_arg2) \
 static notrace long name##_fallback(type_arg1 _##name_arg1,              \
                                    type_arg2 _##name_arg2)               \