From: Deng-Cheng Zhu Date: Thu, 26 Jun 2014 19:11:39 +0000 (-0700) Subject: MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2fb7f202ba1d1b2c6532b359b7c763bf17fe72;p=pandora-kernel.git 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 Signed-off-by: Deng-Cheng Zhu Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed