From: Martin Schwidefsky Date: Fri, 17 Feb 2012 09:29:23 +0000 (+0100) Subject: S390: correct ktime to tod clock comparator conversion X-Git-Tag: v3.2.9~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cadd96ffcc3e4c6db78a08d0ea95fec1ddaecf18;p=pandora-kernel.git S390: correct ktime to tod clock comparator conversion commit cf1eb40f8f5ea12c9e569e7282161fc7f194fd62 upstream. The conversion of the ktime to a value suitable for the clock comparator does not take changes to wall_to_monotonic into account. In fact the conversion just needs the boot clock (sched_clock_base_cc) and the total_sleep_time. This is applicable to 3.2+ kernels. Signed-off-by: Martin Schwidefsky Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed