commit | 4dcaebbf6586d299be8513512a1253f177b803d7 | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@citrix.com> | Thu Sep 29 16:53:29 2011 +0100 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Sep 29 15:02:18 2011 -0400 |
tree | 0f10ceff7ba544fe83a9644800695054047172a8 | |
parent | a102a9ece5489e1718cd7543aa079082450ac3a2 [diff] |
xen: use generic functions instead of xen_{alloc, free}_vm_area() 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>