From: David Vrabel Date: Wed, 7 Jan 2015 11:21:50 +0000 (+0000) Subject: x86/xen: add extra memory for remapped frames during setup X-Git-Tag: fixes-v4.0-rc1~304^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a97dae1a2e92e728d28515e88e8eda151f5796f5;p=pandora-kernel.git x86/xen: add extra memory for remapped frames during setup If the non-RAM regions in the e820 memory map are larger than the size of the initial balloon, a BUG was triggered as the frames are remaped beyond the limit of the linear p2m. The frames are remapped into the initial balloon area (xen_extra_mem) but not enough of this is available. Ensure enough extra memory regions are added for these remapped frames. Signed-off-by: David Vrabel Reviewed-by: Juergen Gross --- Reading git-diff-tree failed