summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>2010-02-12 16:02:54 +0900
committerAvi Kivity <avi@redhat.com>2010-04-25 12:27:53 +0300
commitad91f8ffbb18413e79f9f976a55b4e11d02e6a6d (patch)
tree46041b6c023ccb66995082734658a58f6d74bb10 /arch/x86/include/asm/kvm_host.h
parent0e4176a15f9af494ad098cb5a76bcfa17e14282b (diff)
downloadop-kernel-dev-ad91f8ffbb18413e79f9f976a55b4e11d02e6a6d.zip
op-kernel-dev-ad91f8ffbb18413e79f9f976a55b4e11d02e6a6d.tar.gz
KVM: remove redundant prototype of load_pdptrs()
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>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r--arch/x86/include/asm/kvm_host.h1
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 cf392df..d46e791 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -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);
OpenPOWER on IntegriCloud