From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Colp Subject: Re: [PATCH] Fix get_page_from_l1e andcleanup_page_cacheattr to use PGC_cacheattr_mask Date: Fri, 15 May 2009 10:40:40 +0100 Message-ID: <4A0D3898.3090705@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: "xen-devel@lists.xensource.com" , Jan Beulich List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > On 15/05/2009 10:31, "Jan Beulich" wrote: > >>>>> Patrick Colp 15.05.09 11:01 >>> >>> # HG changeset patch >>> # User Patrick Colp >>> # Date 1242295647 -3600 >>> # Node ID c5098f5c5caf4174bd2e46d49d7b65109203f7c5 >>> # Parent 2522cc95efd2f3fadf7342d18fe86e8f37f89c2a >>> Fix get_page_from_l1e and cleanup_page_cacheattr to use PGC_cacheattr_mask. >> Could you indicate what it is that you fix here? > > I assume it's just getting rid of the open-coded 7. > > -- Keir Yes, exactly. Patrick