commit | cf1eb40f8f5ea12c9e569e7282161fc7f194fd62 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Feb 17 10:29:23 2012 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Feb 17 10:29:33 2012 +0100 |
tree | 768a78bd496b7a385bd2b05d5dde4563c84728cd | |
parent | 656d9125376006cf696b0836f1c6723a892629ca [diff] |
[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 <schwidefsky@de.ibm.com>