]> 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)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 30 Nov 2015 19:38:41 +0000 (14:38 -0500)
commit09410e003286b1a6f22f127ba7cb87a8f95210a7
treee1a4b8f93538ddbf3571a5c056fcb2513c083ea5
parentafafe7543e71733e5298cd86eb6242ed4aaf7a5d
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>
arch/x86/xen/setup.c