From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v3 10/10] KVM: MMU: Eliminate pointless temporary 'ac' Date: Thu, 20 Sep 2012 11:33:17 +0800 Message-ID: <505A8E7D.1040806@linux.vnet.ibm.com> References: <1348072617-23575-1-git-send-email-avi@redhat.com> <1348072617-23575-11-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from e28smtp07.in.ibm.com ([122.248.162.7]:48728 "EHLO e28smtp07.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752339Ab2ITDdf (ORCPT ); Wed, 19 Sep 2012 23:33:35 -0400 Received: from /spool/local by e28smtp07.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 20 Sep 2012 09:03:31 +0530 Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8K3XJWa64946296 for ; Thu, 20 Sep 2012 09:03:20 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8K3XJlg008833 for ; Thu, 20 Sep 2012 13:33:19 +1000 In-Reply-To: <1348072617-23575-11-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/20/2012 12:36 AM, Avi Kivity wrote: > 'ac' essentially reconstructs the 'access' variable we already > have, except for the PFERR_PRESENT_MASK and PFERR_RSVD_MASK. As > these are not used by callees, just use 'access' directly. > Reviewed-by: Xiao Guangrong