From: Martin Schwidefsky Date: Mon, 2 Dec 2013 17:00:36 +0000 (+0100) Subject: s390/time,vdso: fix clock_gettime for CLOCK_MONOTONIC X-Git-Tag: v3.13-rc4~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5de58ba746b08c920b2024aaf01aa1500b110d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed