From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] vNUMA: fix build on ARM after commit 9695014966 Date: Fri, 5 Sep 2014 13:05:03 +0100 Message-ID: <5409A6EF.2000704@citrix.com> References: <5409BE2302000078000316E3@mail.emea.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 1XPsGP-0003XA-9B for xen-devel@lists.xenproject.org; Fri, 05 Sep 2014 12:05:13 +0000 In-Reply-To: <5409BE2302000078000316E3@mail.emea.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: Ian Campbell , Ian Jackson , Keir Fraser , ufimtseva@gmail.com, Tim Deegan List-Id: xen-devel@lists.xenproject.org On 05/09/14 12:44, Jan Beulich wrote: > The new domctl isn't really x86-specific. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper > > --- a/xen/include/public/domctl.h > +++ b/xen/include/public/domctl.h > @@ -935,6 +935,7 @@ > }; > typedef struct xen_domctl_vcpu_msrs xen_domctl_vcpu_msrs_t; > DEFINE_XEN_GUEST_HANDLE(xen_domctl_vcpu_msrs_t); > +#endif > > /* > * Use in XEN_DOMCTL_setvnumainfo to set > @@ -962,8 +963,6 @@ > }; > typedef struct xen_domctl_vnuma xen_domctl_vnuma_t; > DEFINE_XEN_GUEST_HANDLE(xen_domctl_vnuma_t); > - > -#endif > > struct xen_domctl { > uint32_t cmd; > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel