From: Juergen Gross Date: Fri, 17 Jul 2015 04:51:26 +0000 (+0200) Subject: xen: move static e820 map to global scope X-Git-Tag: omap-for-v4.3/fixes-rc1~72^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69632ecfcd03b12202ed62dfa0aabac83904f8ac;p=pandora-kernel.git xen: move static e820 map to global scope Instead of using a function local static e820 map in xen_memory_setup() and calling various functions in the same source with the map as a parameter use a map directly accessible by all functions in the source. Signed-off-by: Juergen Gross Reviewed-by: David Vrabel Acked-by: Konrad Rzeszutek Wilk Signed-off-by: David Vrabel --- Reading git-diff-tree failed