]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen: move static e820 map to global scope
authorJuergen Gross <jgross@suse.com>
Fri, 17 Jul 2015 04:51:26 +0000 (06:51 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 5 Feb 2016 11:43:23 +0000 (03:43 -0800)
commitd57448e9f098456ba246eb100921bc4f13d0318a
treeacff28d4d87959195b9ef2cc10e34a4a251fd8de
parentee06d2c427cc4046f83bb23b385ddeeb5e517d15
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 <jgross@suse.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Konrad Rzeszutek Wilk <Konrad.wilk@oracle.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
(cherry picked from commit 69632ecfcd03b12202ed62dfa0aabac83904f8ac)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
(cherry picked from commit 09410e003286b1a6f22f127ba7cb87a8f95210a7)
arch/x86/xen/setup.c