s390/time: cast tv_nsec to u64 prior to shift in update_vsyscall
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 20 May 2014 15:21:35 +0000 (17:21 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 27 May 2014 08:26:02 +0000 (10:26 +0200)
Analog to git commit 28b92e09e25bdc0ae864b22eacf195a74f861389
first cast tk->wall_to_monotonic.tv_nsec to u64 before doing
the shift with tk->shift to avoid loosing relevant bits on a
32-bit kernel.

Cc: stable@vger.kernel.org # 3.13+
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/time.c

Simple merge