diff options
Diffstat (limited to 'arch/powerpc/kernel/time.c')
-rw-r--r-- | arch/powerpc/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
712 | return (cycle_t)get_tb(); | 712 | return (cycle_t)get_tb(); |
713 | } | 713 | } |
714 | 714 | ||
715 | void update_vsyscall(struct timespec *wall_time, struct timespec *wtm, | 715 | void update_vsyscall_old(struct timespec *wall_time, struct timespec *wtm, |
716 | struct clocksource *clock, u32 mult) | 716 | struct clocksource *clock, u32 mult) |
717 | { | 717 | { |
718 | u64 new_tb_to_xs, new_stamp_xsec; | 718 | u64 new_tb_to_xs, new_stamp_xsec; |