summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/xen/grant_table.h
Commit message (Collapse)AuthorAgeFilesLines
* xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-29/+0
| | | | | | | | | | | Replace calls to the Xen-specific xen_alloc_vm_area() and xen_free_vm_area() functions with the generic equivalent (alloc_vm_area() and free_vm_area()). On x86, these were identical already. Signed-off-by: David Vrabel <david.vrabel@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
* ia64/xen: implement arch specific part of xen grant table.Isaku Yamahata2008-10-171-0/+29
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>
OpenPOWER on IntegriCloud