]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: x86: use ktime_get instead of seeking the hrtimer_clock_base
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Oct 2016 13:23:49 +0000 (15:23 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 20:32:17 +0000 (21:32 +0100)
commit5587859fb1e8bea5e3b8a0ab7866526ad7d1d673
treee502e3a39eff934c27ee5f2374309f17ff1793c6
parent8003c9ae204e21204e49816c5ea629357e283b06
KVM: x86: use ktime_get instead of seeking the hrtimer_clock_base

The base clock for the LAPIC timer is always CLOCK_MONOTONIC.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c