aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/kvm/x86.h')
-rw-r--r--drivers/kvm/x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h
index 20da8e9751c0..5592456c36ad 100644
--- a/drivers/kvm/x86.h
+++ b/drivers/kvm/x86.h
@@ -125,5 +125,5 @@ static inline int is_paging(struct kvm_vcpu *vcpu)
125 return vcpu->cr0 & X86_CR0_PG; 125 return vcpu->cr0 & X86_CR0_PG;
126} 126}
127 127
128 128int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3);
129#endif 129#endif