diff options
Diffstat (limited to 'kernel/time')
| -rw-r--r-- | kernel/time/timekeeping.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index d1aebd73b191..af4135f05825 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
| @@ -170,7 +170,7 @@ void timekeeping_leap_insert(int leapsecond) | |||
| 170 | { | 170 | { |
| 171 | xtime.tv_sec += leapsecond; | 171 | xtime.tv_sec += leapsecond; |
| 172 | wall_to_monotonic.tv_sec -= leapsecond; | 172 | wall_to_monotonic.tv_sec -= leapsecond; |
| 173 | update_vsyscall(&xtime, timekeeper.clock); | 173 | update_vsyscall(&xtime, timekeeper.clock, timekeeper.mult); |
| 174 | } | 174 | } |
| 175 | 175 | ||
| 176 | #ifdef CONFIG_GENERIC_TIME | 176 | #ifdef CONFIG_GENERIC_TIME |
| @@ -328,7 +328,7 @@ int do_settimeofday(struct timespec *tv) | |||
| 328 | timekeeper.ntp_error = 0; | 328 | timekeeper.ntp_error = 0; |
| 329 | ntp_clear(); | 329 | ntp_clear(); |
| 330 | 330 | ||
| 331 | update_vsyscall(&xtime, timekeeper.clock); | 331 | update_vsyscall(&xtime, timekeeper.clock, timekeeper.mult); |
| 332 | 332 | ||
| 333 | write_sequnlock_irqrestore(&xtime_lock, flags); | 333 | write_sequnlock_irqrestore(&xtime_lock, flags); |
| 334 | 334 | ||
| @@ -840,7 +840,7 @@ void update_wall_time(void) | |||
| 840 | timekeeper.ntp_error_shift; | 840 | timekeeper.ntp_error_shift; |
| 841 | 841 | ||
| 842 | /* check to see if there is a new clocksource to use */ | 842 | /* check to see if there is a new clocksource to use */ |
| 843 | update_vsyscall(&xtime, timekeeper.clock); | 843 | update_vsyscall(&xtime, timekeeper.clock, timekeeper.mult); |
| 844 | } | 844 | } |
| 845 | 845 | ||
| 846 | /** | 846 | /** |
