···611}612EXPORT_SYMBOL_GPL(fx_init);6130000000614/*615 * Allocate some memory and give it an address in the guest physical address616 * space.···761 kvm_free_physmem_slot(&new, &old);762out:763 return r;764-}765-766-static void do_remove_write_access(struct kvm_vcpu *vcpu, int slot)767-{768- spin_lock(&vcpu->kvm->lock);769- kvm_mmu_slot_remove_write_access(vcpu, slot);770- spin_unlock(&vcpu->kvm->lock);771}772773/*
···611}612EXPORT_SYMBOL_GPL(fx_init);613614+static void do_remove_write_access(struct kvm_vcpu *vcpu, int slot)615+{616+ spin_lock(&vcpu->kvm->lock);617+ kvm_mmu_slot_remove_write_access(vcpu, slot);618+ spin_unlock(&vcpu->kvm->lock);619+}620+621/*622 * Allocate some memory and give it an address in the guest physical address623 * space.···754 kvm_free_physmem_slot(&new, &old);755out:756 return r;0000000757}758759/*