diff options
Diffstat (limited to 'drivers/kvm/x86.h')
-rw-r--r-- | drivers/kvm/x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h index 5592456c36a..663b822b4dd 100644 --- a/drivers/kvm/x86.h +++ b/drivers/kvm/x86.h | |||
@@ -126,4 +126,5 @@ static inline int is_paging(struct kvm_vcpu *vcpu) | |||
126 | } | 126 | } |
127 | 127 | ||
128 | int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); | 128 | int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); |
129 | int complete_pio(struct kvm_vcpu *vcpu); | ||
129 | #endif | 130 | #endif |