summaryrefslogtreecommitdiffstats
path: root/arch/ia64/xen/machvec.c
diff options
context:
space:
mode:
authorIsaku Yamahata2008-10-17 04:18:09 +0200
committerTony Luck2008-10-17 19:08:56 +0200
commita0df655ccd0669bd3efc85346dc816833dd1197f (patch)
tree1262e19ca7240e0bfe949a81da9b879b1976ea6e /arch/ia64/xen/machvec.c
parentia64/pv_ops/xen: implement xen pv_time_ops. (diff)
downloadkernel-qcow2-linux-a0df655ccd0669bd3efc85346dc816833dd1197f.tar.gz
kernel-qcow2-linux-a0df655ccd0669bd3efc85346dc816833dd1197f.tar.xz
kernel-qcow2-linux-a0df655ccd0669bd3efc85346dc816833dd1197f.zip
ia64/xen: define xen machine vector for domU.
define xen machine vector for domU. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/xen/machvec.c')
-rw-r--r--arch/ia64/xen/machvec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ia64/xen/machvec.c b/arch/ia64/xen/machvec.c
new file mode 100644
index 000000000000..4ad588a7c279
--- /dev/null
+++ b/arch/ia64/xen/machvec.c
@@ -0,0 +1,4 @@
+#define MACHVEC_PLATFORM_NAME xen
+#define MACHVEC_PLATFORM_HEADER <asm/machvec_xen.h>
+#include <asm/machvec_init.h>
+