From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH 1/2] libxc: replace INVALID_P2M_ENTRY by INVALID_PFN Date: Wed, 2 Dec 2015 11:46:36 +0000 Message-ID: <20151202114636.GF21588@citrix.com> References: <1448990094-32257-1-git-send-email-jgross@suse.com> <1448990094-32257-2-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1448990094-32257-2-git-send-email-jgross@suse.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Juergen Gross Cc: wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com, ian.jackson@eu.citrix.com, Ian.Campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, Dec 01, 2015 at 06:14:53PM +0100, Juergen Gross wrote: > INVALID_P2M_ENTRY is defined as (xen_pfn_t)-1 and is often used > according to it's type for an invalid pfn. Change the name of the > macro to INVALID_PFN. > > Signed-off-by: Juergen Gross Acked-by: Wei Liu