]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Tue, 13 Dec 2011 15:43:07 +0000 (10:43 -0500)
commit37a55d00cf8126ac6df1d497c7726325e0f26f1d
tree853f970de6cecb6eb19e173f02c56769d7a9e232
parent02f8c6aee8df3cdc935e9bdd4f2d020306035dbe
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>
arch/ia64/include/asm/xen/grant_table.h [deleted file]
arch/ia64/xen/grant-table.c
arch/x86/include/asm/xen/grant_table.h [deleted file]
arch/x86/xen/grant-table.c
drivers/xen/xenbus/xenbus_client.c
include/xen/grant_table.h