git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ced18
)
KVM: SVM: remove needless mmap_sem acquision from nested_svm_map
author
Marcelo Tosatti
<mtosatti@redhat.com>
Tue, 8 Sep 2009 17:47:38 +0000
(14:47 -0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 3 Dec 2009 07:32:10 +0000
(09:32 +0200)
nested_svm_map unnecessarily takes mmap_sem around gfn_to_page, since
gfn_to_page / get_user_pages are responsible for it.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found