diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index 2670219a9264..100df6f38d92 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -319,7 +319,8 @@ int kvm_init_arch(struct kvm_arch_ops *ops, struct module *module); | |||
319 | void kvm_exit_arch(void); | 319 | void kvm_exit_arch(void); |
320 | 320 | ||
321 | void kvm_mmu_destroy(struct kvm_vcpu *vcpu); | 321 | void kvm_mmu_destroy(struct kvm_vcpu *vcpu); |
322 | int kvm_mmu_init(struct kvm_vcpu *vcpu); | 322 | int kvm_mmu_create(struct kvm_vcpu *vcpu); |
323 | int kvm_mmu_setup(struct kvm_vcpu *vcpu); | ||
323 | 324 | ||
324 | int kvm_mmu_reset_context(struct kvm_vcpu *vcpu); | 325 | int kvm_mmu_reset_context(struct kvm_vcpu *vcpu); |
325 | void kvm_mmu_slot_remove_write_access(struct kvm *kvm, int slot); | 326 | void kvm_mmu_slot_remove_write_access(struct kvm *kvm, int slot); |