s390/time,vdso: fix clock_gettime for CLOCK_MONOTONIC
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 2 Dec 2013 17:00:36 +0000 (18:00 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 2 Dec 2013 17:15:25 +0000 (18:15 +0100)
commitca5de58ba746b08c920b2024aaf01aa1500b110d
tree5e1cc6746188775e633dbfa2633ebf1acf79c1d0
parentb5e64b3de7fdd1db0a12871f7114fc1da899df8e
s390/time,vdso: fix clock_gettime for CLOCK_MONOTONIC

With git commit 79c74ecbebf76732f91b82a62ce7fc8a88326962
"s390/time,vdso: convert to the new update_vsyscall interface"
the new update_vsyscall function already does the sum of xtime
and wall_to_monotonic. The old update_vsyscall function only
copied the wall_to_monotonic offset. The vdso code needs to be
modified to take this into consideration.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/vdso32/clock_gettime.S
arch/s390/kernel/vdso64/clock_gettime.S