diff options
author | Liang Chen <liangchen.linux@gmail.com> | 2014-09-18 12:38:37 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-09-24 14:07:51 +0200 |
commit | 77c3913b74212a86027d311f5e81625736816620 (patch) | |
tree | 4aa78168935fdc508b8194733afc0a55e3bae205 /arch/x86/include | |
parent | a70656b63a82d639b0cec54861bf8faf16ad74e6 (diff) | |
download | op-kernel-dev-77c3913b74212a86027d311f5e81625736816620.zip op-kernel-dev-77c3913b74212a86027d311f5e81625736816620.tar.gz |
KVM: x86: directly use kvm_make_request again
A one-line wrapper around kvm_make_request is not particularly
useful. Replace kvm_mmu_flush_tlb() with kvm_make_request().
Signed-off-by: Liang Chen <liangchen.linux@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 028df8d..eeeb573 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -914,7 +914,6 @@ void kvm_inject_nmi(struct kvm_vcpu *vcpu); int fx_init(struct kvm_vcpu *vcpu); -void kvm_mmu_flush_tlb(struct kvm_vcpu *vcpu); void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa, const u8 *new, int bytes); int kvm_mmu_unprotect_page(struct kvm *kvm, gfn_t gfn); |