X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fs390%2Fkernel%2Ftime.c;h=d906bf19c14a2a309d7aca26d0903a5503987559;hb=970b06485ffee36aa3549dfe4c6b2a2c2118354d;hp=aa2483e460f32a93e0906fd8a838d3b0dc4cdc4b;hpb=50da56706b989b99edb20f9c03172df193240c78;p=pandora-kernel.git diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c index aa2483e460f3..d906bf19c14a 100644 --- a/arch/s390/kernel/time.c +++ b/arch/s390/kernel/time.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include @@ -220,6 +221,7 @@ void update_vsyscall(struct timespec *wall_time, struct clocksource *clock, vdso_data->xtime_clock_nsec = wall_time->tv_nsec; vdso_data->wtom_clock_sec = wall_to_monotonic.tv_sec; vdso_data->wtom_clock_nsec = wall_to_monotonic.tv_nsec; + vdso_data->ntp_mult = mult; smp_wmb(); ++vdso_data->tb_update_count; }