Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248110
b: refs/heads/master
c: 85722cd
h: refs/heads/master
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Avi Kivity committed May 22, 2011
1 parent 03d1e56 commit 5728d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76d25402dfc972a135a656613736fe3602045a95
refs/heads/master: 85722cda308c0ad7390dc910139b2ce58c11b9c4
2 changes: 1 addition & 1 deletion trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,14 +467,14 @@ static struct kvm *kvm_create_vm(void)
if (!kvm->buses[i])
goto out_err;
}
spin_lock_init(&kvm->mmu_lock);

r = kvm_init_mmu_notifier(kvm);
if (r)
goto out_err;

kvm->mm = current->mm;
atomic_inc(&kvm->mm->mm_count);
spin_lock_init(&kvm->mmu_lock);
kvm_eventfd_init(kvm);
mutex_init(&kvm->lock);
mutex_init(&kvm->irq_lock);
Expand Down

0 comments on commit 5728d57

Please sign in to comment.