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:
d7d5b05
)
MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()
author
Deng-Cheng Zhu
<dengcheng.zhu@imgtec.com>
Thu, 26 Jun 2014 19:11:39 +0000
(12:11 -0700)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 30 Jun 2014 14:52:03 +0000
(16:52 +0200)
The commpage is allocated using kzalloc(), so there's no need of cleaning
the memory of the kvm_mips_commpage struct and its internal mips_coproc.
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
No differences found