summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorMohammed Gamal <mgamal@redhat.com>2020-07-10 18:48:04 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2020-07-10 20:09:40 +0300
commitcd313569f5817782033b179f5dd81c2b611bbd18 (patch)
treec4ee14bacb3bef03117c58df71eba947290bb4ef /arch/x86/include/asm/kvm_host.h
parent897861479c0640ed93ec82db78f8d839df32c4ac (diff)
downloadlinux-cd313569f5817782033b179f5dd81c2b611bbd18.tar.xz
KVM: x86: mmu: Move translate_gpa() to mmu.c
Also no point of it being inline since it's always called through function pointers. So remove that. Signed-off-by: Mohammed Gamal <mgamal@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200710154811.418214-3-mgamal@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r--arch/x86/include/asm/kvm_host.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 5aaef036627f..733bbfa7001e 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -1510,12 +1510,6 @@ void kvm_mmu_new_pgd(struct kvm_vcpu *vcpu, gpa_t new_pgd, bool skip_tlb_flush,
void kvm_configure_mmu(bool enable_tdp, int tdp_page_level);
-static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access,
- struct x86_exception *exception)
-{
- return gpa;
-}
-
static inline u16 kvm_read_ldt(void)
{
u16 ldt;