aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/domain.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-01-12 13:45:47 +0100
committerJan Beulich <jbeulich@suse.com>2012-01-12 13:45:47 +0100
commit88236844fcf743405eda2ad5fd4dcbb1a8ab6d9a (patch)
tree3a6e1ce2ffb07614defaa1e978b518e1ae493b0f /xen/arch/x86/domain.c
parent4563b03488191fcafbb28c6212377f35c94968f1 (diff)
downloadxen-88236844fcf743405eda2ad5fd4dcbb1a8ab6d9a.tar.gz
xen-88236844fcf743405eda2ad5fd4dcbb1a8ab6d9a.tar.bz2
xen-88236844fcf743405eda2ad5fd4dcbb1a8ab6d9a.zip
move declarations of some required per-arch functions into common headers
... since it is pointless to have each arch declare them on their own (and now and the - see ia64 - forget to do so). Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/domain.c')
-rw-r--r--xen/arch/x86/domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c
index 532c0ec379..0c85cbb130 100644
--- a/xen/arch/x86/domain.c
+++ b/xen/arch/x86/domain.c
@@ -23,6 +23,7 @@
#include <xen/grant_table.h>
#include <xen/iocap.h>
#include <xen/kernel.h>
+#include <xen/hypercall.h>
#include <xen/multicall.h>
#include <xen/irq.h>
#include <xen/event.h>
@@ -46,7 +47,6 @@
#include <asm/xstate.h>
#include <asm/mpspec.h>
#include <asm/ldt.h>
-#include <asm/hypercall.h>
#include <asm/fixmap.h>
#include <asm/hvm/hvm.h>
#include <asm/hvm/support.h>