From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH v3 8/9] MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init() Date: Wed, 25 Jun 2014 10:31:19 +0100 Message-ID: <53AA96E7.4040609@imgtec.com> References: <1403631071-6012-1-git-send-email-dengcheng.zhu@imgtec.com> <1403631071-6012-9-git-send-email-dengcheng.zhu@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: , , , , To: Deng-Cheng Zhu , Return-path: In-Reply-To: <1403631071-6012-9-git-send-email-dengcheng.zhu@imgtec.com> Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: List-Id: kvm.vger.kernel.org On 24/06/14 18:31, Deng-Cheng Zhu wrote: > From: Deng-Cheng Zhu > > 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. > > Signed-off-by: Deng-Cheng Zhu Reviewed-by: James Hogan Cheers James