From: David Vrabel Date: Thu, 29 Sep 2011 15:53:29 +0000 (+0100) Subject: xen: use generic functions instead of xen_{alloc, free}_vm_area() X-Git-Tag: v3.2-rc1~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dcaebbf6586d299be8513512a1253f177b803d7;p=pandora-kernel.git 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 Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed