xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Fri, 21 Apr 2017 15:13:14 +0000 (11:13 -0400)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:17:39 +0000 (11:17 +0200)
commit5f6a1614fab801834e32b420b60acdc27acfcdec
tree52a3c914f7913b44d9508e0ade5b63f959957a6c
parent6483e3135a693548874429db901c0544d3a9b4cd
xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()

e820 map is updated with information from the zeropage (i.e. pvh_bootparams)
by default_machine_specific_memory_setup(). With the way things are done
now,  we end up with a duplicated e820 map.

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/enlighten_pvh.c