commit | db2fb7f202ba1d1b2c6532b359b7c763bf17fe72 | [log] [tgz] |
---|---|---|
author | Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> | Thu Jun 26 12:11:39 2014 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 30 16:52:03 2014 +0200 |
tree | b3837c17ab8b2808cc025580a8d98cba3310971f | |
parent | d7d5b05faf1679849c5220627c7263b4041e15ef [diff] |
MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init() 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>