[Patch V6 05/16] xen: move static e820 map to global scope

2015-07-16 Thread Juergen Gross
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

[Patch V6 05/16] xen: move static e820 map to global scope

2015-07-16 Thread Juergen Gross
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 jgr...@suse.com Reviewed-by: David Vrabel