ia64/xen: implement arch specific part of xen grant table.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 17 Oct 2008 02:17:55 +0000 (11:17 +0900)
committerTony Luck <tony.luck@intel.com>
Fri, 17 Oct 2008 17:00:47 +0000 (10:00 -0700)
commit7ad863132c05b6a746accf12734720abe34c3535
tree2877e7132f6ae6199be181d1f8ffd72c7221b647
parentf021c8b334cc00739b5d43b5be5f97a34b1ad16a
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>
arch/ia64/include/asm/xen/grant_table.h [new file with mode: 0644]
arch/ia64/xen/Makefile
arch/ia64/xen/grant-table.c [new file with mode: 0644]