Re: [Xen-devel] [PATCH 04/13] xen: move static e820 map to global scope

2015-02-19 Thread David Vrabel
On 18/02/2015 06:51, Juergen Gross wrote: 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. Reviewed-by: David Vrabel David -- To

Re: [Xen-devel] [PATCH 04/13] xen: move static e820 map to global scope

2015-02-19 Thread David Vrabel
On 18/02/2015 06:51, Juergen Gross wrote: 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. Reviewed-by: David Vrabel

[PATCH 04/13] xen: move static e820 map to global scope

2015-02-17 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 --- arch/x86/xen/setup.c | 96

[PATCH 04/13] xen: move static e820 map to global scope

2015-02-17 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 --- arch/x86/xen/setup.c | 96