summaryrefslogtreecommitdiffstats
path: root/arch/ia64/xen/Makefile
diff options
context:
space:
mode:
authorIsaku Yamahata2008-10-17 04:17:55 +0200
committerTony Luck2008-10-17 19:00:47 +0200
commit7ad863132c05b6a746accf12734720abe34c3535 (patch)
tree2877e7132f6ae6199be181d1f8ffd72c7221b647 /arch/ia64/xen/Makefile
parentia64/xen: xencomm conversion functions for hypercalls (diff)
downloadkernel-qcow2-linux-7ad863132c05b6a746accf12734720abe34c3535.tar.gz
kernel-qcow2-linux-7ad863132c05b6a746accf12734720abe34c3535.tar.xz
kernel-qcow2-linux-7ad863132c05b6a746accf12734720abe34c3535.zip
ia64/xen: implement arch specific part of xen grant table.
Xen implements grant tables which is for sharing pages with guest domains. This patch implements arch specific part of grant table initialization. and xen_alloc_vm_area()/xen_free_vm_area() which are helper functions for xen grant table. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/xen/Makefile')
-rw-r--r--arch/ia64/xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile
index ae0882233d59..eb595637a8ca 100644
--- a/arch/ia64/xen/Makefile
+++ b/arch/ia64/xen/Makefile
@@ -2,4 +2,4 @@
# Makefile for Xen components
#
-obj-y := hypercall.o xencomm.o xcom_hcall.o
+obj-y := hypercall.o xencomm.o xcom_hcall.o grant-table.o