From: David Vrabel Date: Mon, 2 Jun 2014 16:58:01 +0000 (+0100) Subject: x86/xen: fix memory setup for PVH dom0 X-Git-Tag: omap-for-v3.16/fixes-rc4~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abacaadc4144a8849782cc0917a624a7114ffbb1;p=pandora-kernel.git x86/xen: fix memory setup for PVH dom0 Since af06d66ee32b (x86: fix setup of PVH Dom0 memory map) in Xen, PVH dom0 need only use the memory memory provided by Xen which has already setup all the correct holes. xen_memory_setup() then ends up being trivial for a PVH guest so introduce a new function (xen_auto_xlated_memory_setup()). Signed-off-by: David Vrabel Acked-by: Roger Pau Monné Tested-by: Roger Pau Monné --- Reading git-diff-tree failed