diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 7b28cf949d55..2b081ed44fdb 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -446,7 +446,7 @@ void kvm_mmu_change_mmu_pages(struct kvm *kvm, unsigned int kvm_nr_mmu_pages); | |||
446 | 446 | ||
447 | int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); | 447 | int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); |
448 | 448 | ||
449 | int __emulator_write_phys(struct kvm_vcpu *vcpu, gpa_t gpa, | 449 | int emulator_write_phys(struct kvm_vcpu *vcpu, gpa_t gpa, |
450 | const void *val, int bytes); | 450 | const void *val, int bytes); |
451 | int kvm_pv_mmu_op(struct kvm_vcpu *vcpu, unsigned long bytes, | 451 | int kvm_pv_mmu_op(struct kvm_vcpu *vcpu, unsigned long bytes, |
452 | gpa_t addr, unsigned long *ret); | 452 | gpa_t addr, unsigned long *ret); |