From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 06/10] x86/mm: only a single instance of gw_page_flags[] is needed Date: Tue, 20 Oct 2015 14:00:12 +0100 Message-ID: <56263ADC.8050808@citrix.com> References: <5626340902000078000ACB1F@prv-mh.provo.novell.com> <562636C102000078000ACB67@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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZoWWW-000529-NA for xen-devel@lists.xenproject.org; Tue, 20 Oct 2015 13:00:16 +0000 In-Reply-To: <562636C102000078000ACB67@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 20/10/15 11:42, Jan Beulich wrote: > None of its elements depends on GUEST_PAGING_LEVELS. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper If you do end up making a common.c (as suggested in patch 5), then this is also a candidate to move, to avoid further issues with multiple compilations.