xen: use generic functions instead of xen_{alloc, free}_vm_area()
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 29 Sep 2011 15:53:29 +0000 (16:53 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 29 Sep 2011 19:02:18 +0000 (15:02 -0400)
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>

No differences found