diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-17 06:17:55 +0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 21:00:47 +0400 |
commit | 7ad863132c05b6a746accf12734720abe34c3535 (patch) | |
tree | 2877e7132f6ae6199be181d1f8ffd72c7221b647 /arch/ia64/xen/Makefile | |
parent | f021c8b334cc00739b5d43b5be5f97a34b1ad16a (diff) | |
download | linux-7ad863132c05b6a746accf12734720abe34c3535.tar.xz |
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/Makefile | 2 |
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 |