diff options
Diffstat (limited to 'virt/kvm/kvm_main.c')
-rw-r--r-- | virt/kvm/kvm_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index be3e7bb73b10..e6cfd4344d28 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c | |||
@@ -1853,6 +1853,7 @@ static int kvm_vm_ioctl_create_vcpu(struct kvm *kvm, u32 id) | |||
1853 | atomic_inc(&kvm->online_vcpus); | 1853 | atomic_inc(&kvm->online_vcpus); |
1854 | 1854 | ||
1855 | mutex_unlock(&kvm->lock); | 1855 | mutex_unlock(&kvm->lock); |
1856 | kvm_arch_vcpu_postcreate(vcpu); | ||
1856 | return r; | 1857 | return r; |
1857 | 1858 | ||
1858 | unlock_vcpu_destroy: | 1859 | unlock_vcpu_destroy: |