aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/vdso.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nds32/kernel/vdso.c')
-rw-r--r--arch/nds32/kernel/vdso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nds32/kernel/vdso.c b/arch/nds32/kernel/vdso.c
index 016f15891f6d..90bcae6f8554 100644
--- a/arch/nds32/kernel/vdso.c
+++ b/arch/nds32/kernel/vdso.c
@@ -220,6 +220,7 @@ void update_vsyscall(struct timekeeper *tk)
vdso_data->xtime_coarse_sec = tk->xtime_sec;
vdso_data->xtime_coarse_nsec = tk->tkr_mono.xtime_nsec >>
tk->tkr_mono.shift;
+ vdso_data->hrtimer_res = hrtimer_resolution;
vdso_write_end(vdso_data);
}