xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vNUMA: fix build on ARM after commit 9695014966
@ 2014-09-05 11:44 Jan Beulich
  2014-09-05 12:04 ` Ian Campbell
  2014-09-05 12:05 ` Andrew Cooper
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Beulich @ 2014-09-05 11:44 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Keir Fraser, Ian Jackson, ufimtseva, Tim Deegan

The new domctl isn't really x86-specific.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- 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;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-05 12:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 11:44 [PATCH] vNUMA: fix build on ARM after commit 9695014966 Jan Beulich
2014-09-05 12:04 ` Ian Campbell
2014-09-05 12:05 ` Andrew Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).