aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/vdso.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/include/vdso.h')
-rw-r--r--sys/riscv/include/vdso.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/riscv/include/vdso.h b/sys/riscv/include/vdso.h
index 5a8f7f555b50..175c52eedcef 100644
--- a/sys/riscv/include/vdso.h
+++ b/sys/riscv/include/vdso.h
@@ -31,4 +31,6 @@
#define VDSO_TIMEHANDS_MD \
uint32_t th_res[8];
+#define VDSO_TH_ALGO_RISCV_RDTIME VDSO_TH_ALGO_1
+
#endif /* !_MACHINE_VDSO_H_ */