From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2 4/5] x86/mm: build map_domain_gfn() just once Date: Mon, 26 Oct 2015 12:52:51 +0000 Message-ID: <562E2223.6050107@citrix.com> References: <562E12E802000078000AE785@prv-mh.provo.novell.com> <562E221402000078000AE8AB@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZqhHC-0005WX-6a for xen-devel@lists.xenproject.org; Mon, 26 Oct 2015 12:53:26 +0000 In-Reply-To: <562E221402000078000AE8AB@prv-mh.provo.novell.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: Jan Beulich , xen-devel Cc: George Dunlap , Keir Fraser List-Id: xen-devel@lists.xenproject.org On 26/10/15 11:52, Jan Beulich wrote: > It doesn't depend on GUEST_PAGING_LEVELS. Moving the function to p2m.c > at once allows a bogus #define/#include pair to be removed from > hap/nested_ept.c. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper