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.3-rc5~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1eb40f8f5ea12c9e569e7282161fc7f194fd62;p=pandora-kernel.git [S390] correct ktime to tod clock comparator conversion 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. CC: stable@vger.kernel.org Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed