aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index c3c67f3c0190..cb1b86a9c52f 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -1174,6 +1174,7 @@ static void update_wall_time(void)
1174 1174
1175 /* check to see if there is a new clocksource to use */ 1175 /* check to see if there is a new clocksource to use */
1176 change_clocksource(); 1176 change_clocksource();
1177 update_vsyscall(&xtime, clock);
1177} 1178}
1178 1179
1179/* 1180/*