]> Pileus Git - ~andy/linux/commitdiff
KVM: remove redundant prototype of load_pdptrs()
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Fri, 12 Feb 2010 07:02:54 +0000 (16:02 +0900)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 09:27:53 +0000 (12:27 +0300)
This patch removes redundant prototype of load_pdptrs().

I found load_pdptrs() twice in kvm_host.h. Let's remove one.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h

index cf392dfb8000d086e65fa26a68f22940252c7296..d46e791de1290161703ebff4b6a8f50d9c30b424 100644 (file)
@@ -670,7 +670,6 @@ void kvm_mmu_invlpg(struct kvm_vcpu *vcpu, gva_t gva);
 void kvm_enable_tdp(void);
 void kvm_disable_tdp(void);
 
-int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3);
 int complete_pio(struct kvm_vcpu *vcpu);
 bool kvm_check_iopl(struct kvm_vcpu *vcpu);