]> Pileus Git - ~andy/linux/blobdiff - kernel/time/timekeeping.c
time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD
[~andy/linux] / kernel / time / timekeeping.c
index 02c19d3d8e0dd38fa76b0ccce2594449eca490db..7c2851384c460d3b6595ad6a94934d720bd5cc4c 100644 (file)
@@ -199,7 +199,7 @@ static void timekeeping_update(struct timekeeper *tk, bool clearntp)
                ntp_clear();
        }
        xt = tk_xtime(tk);
-       update_vsyscall(&xt, &tk->wall_to_monotonic, tk->clock, tk->mult);
+       update_vsyscall_old(&xt, &tk->wall_to_monotonic, tk->clock, tk->mult);
 }
 
 /**