diff options
Diffstat (limited to 'kernel/time/timekeeping.c')
-rw-r--r-- | kernel/time/timekeeping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 7e7e61c00d61..8ea4fb315719 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
@@ -2064,7 +2064,7 @@ void update_wall_time(void) | |||
2064 | goto out; | 2064 | goto out; |
2065 | 2065 | ||
2066 | /* Do some additional sanity checking */ | 2066 | /* Do some additional sanity checking */ |
2067 | timekeeping_check_update(real_tk, offset); | 2067 | timekeeping_check_update(tk, offset); |
2068 | 2068 | ||
2069 | /* | 2069 | /* |
2070 | * With NO_HZ we may have to accumulate many cycle_intervals | 2070 | * With NO_HZ we may have to accumulate many cycle_intervals |