]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/kernel/time.c
time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD
[~andy/linux] / arch / powerpc / kernel / time.c
index 613a830d9d509d4fd187329440a1f40bd7bc5d71..c825809b92e77a515dc514a856ecfdeac1c6d7eb 100644 (file)
@@ -712,7 +712,7 @@ static cycle_t timebase_read(struct clocksource *cs)
        return (cycle_t)get_tb();
 }
 
-void update_vsyscall(struct timespec *wall_time, struct timespec *wtm,
+void update_vsyscall_old(struct timespec *wall_time, struct timespec *wtm,
                        struct clocksource *clock, u32 mult)
 {
        u64 new_tb_to_xs, new_stamp_xsec;