From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH 07/11] KVM: MMU: fast prefetch spte on invlpg path Date: Tue, 23 Aug 2011 09:50:13 +0800 Message-ID: <4E530755.1020609@cn.fujitsu.com> References: <4E4A10E8.5090705@cn.fujitsu.com> <4E4A11DA.3050605@cn.fujitsu.com> <20110822222854.GA2497@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Avi Kivity , LKML , KVM To: Marcelo Tosatti Return-path: In-Reply-To: <20110822222854.GA2497@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 08/23/2011 06:28 AM, Marcelo Tosatti wrote: >> + >> + if (rmap_can_add(vcpu)) >> + break; > > if (!rmap_can_add(vcpu)) > break; > > ? > Oh, oops, thanks for you point it out. Will fix it.