commit | 0ac96caf0f9381088c673a16d910b1d329670edf | [log] [tgz] |
---|---|---|
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Fri Dec 12 15:17:31 2014 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Fri Jan 23 13:25:32 2015 +0100 |
tree | b6b64cf389c7ffa37efb6b7e59bdbba0bdc8ef64 | |
parent | bda343ef149bc0ce01ec965c74d464849bde96d8 [diff] |
KVM: s390: base hrtimer on a monotonic clock The hrtimer that handles the wait with enabled timer interrupts should not be disturbed by changes of the host time. This patch changes our hrtimer to be based on a monotonic clock. Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Cc: stable@vger.kernel.org Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>