summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.h
diff options
context:
space:
mode:
authorDongli Zhang <dongli.zhang@oracle.com>2021-03-26 00:03:34 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2021-03-30 13:07:09 -0400
commitecaf088f53fcc893cd00c846f53042a536b9630d (patch)
tree95ccdf79c9f1744688bbe9e0476ee3a11e64f9f1 /arch/x86/kvm/x86.h
parentd632826f26f2361e6ef18881611928036fac30e6 (diff)
downloadlinux-stable-ecaf088f53fcc893cd00c846f53042a536b9630d.tar.gz
linux-stable-ecaf088f53fcc893cd00c846f53042a536b9630d.tar.bz2
linux-stable-ecaf088f53fcc893cd00c846f53042a536b9630d.zip
KVM: x86: remove unused declaration of kvm_write_tsc()
kvm_write_tsc() was renamed and made static since commit 0c899c25d754 ("KVM: x86: do not attempt TSC synchronization on guest writes"). Remove its unused declaration. Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com> Message-Id: <20210326070334.12310-1-dongli.zhang@oracle.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.h')
-rw-r--r--arch/x86/kvm/x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.h b/arch/x86/kvm/x86.h
index 39eb04887141..9035e34aa156 100644
--- a/arch/x86/kvm/x86.h
+++ b/arch/x86/kvm/x86.h
@@ -250,7 +250,6 @@ static inline bool kvm_vcpu_latch_init(struct kvm_vcpu *vcpu)
void kvm_write_wall_clock(struct kvm *kvm, gpa_t wall_clock, int sec_hi_ofs);
void kvm_inject_realmode_interrupt(struct kvm_vcpu *vcpu, int irq, int inc_eip);
-void kvm_write_tsc(struct kvm_vcpu *vcpu, struct msr_data *msr);
u64 get_kvmclock_ns(struct kvm *kvm);
int kvm_read_guest_virt(struct kvm_vcpu *vcpu,