X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fkernel%2Ftime.c;h=c825809b92e77a515dc514a856ecfdeac1c6d7eb;hb=706394211648117762edfaeffd6fc04bf3b1a75d;hp=613a830d9d509d4fd187329440a1f40bd7bc5d71;hpb=189374aed657e2228ad6b39ece438c9cdafc8dae;p=~andy%2Flinux diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index 613a830d9d5..c825809b92e 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c @@ -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;