From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] kvm: arm: vgic: Let one looping code instead of two looping code Date: Sun, 30 Nov 2014 11:07:18 +0100 Message-ID: <20141130100718.GA484@cbox> References: <547A9A7C.1080508@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marc Zyngier , "gleb@kernel.org" , Paolo Bonzini , "linux-arm-kernel@lists.infradead.org" , "kvmarm@lists.cs.columbia.edu" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" To: Chen Gang Return-path: Received: from mail-la0-f44.google.com ([209.85.215.44]:33961 "EHLO mail-la0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751051AbaK3KGm (ORCPT ); Sun, 30 Nov 2014 05:06:42 -0500 Received: by mail-la0-f44.google.com with SMTP id ge10so7438585lab.3 for ; Sun, 30 Nov 2014 02:06:37 -0800 (PST) Content-Disposition: inline In-Reply-To: <547A9A7C.1080508@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Nov 30, 2014 at 12:18:04PM +0800, Chen Gang wrote: > Use one looping instead of two, so can let code more simpler and get a > little better performance. > > Signed-off-by: Chen Gang Performance? Please, this is vgic_create.... This does nothing else than introduce churn. -Christoffer