]> git.baikalelectronics.ru Git - kernel.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)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 20 Aug 2015 11:24:18 +0000 (12:24 +0100)
commit96dd8e8e91ba5bfd1bc17da9d2385c3679bf3a33
treea977a301de357ea6df5f8187724df51d5653c2f7
parent0ce563f7d9a6c244caf1123110db92fb4dcce694
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>
arch/x86/xen/setup.c