]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 13 Sep 2017 04:37:58 +0000 (21:37 -0700)
commit67a1bc3259dbecb572ce8e456bbb1377cc5d29e1
tree6371847cb75478499b03fac73812c43be10a2fd3
parent31216213da9063f0361e5ddafdaabcf70cc45923
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>
OraBug: 26662731

(cherry picked from commit 5f6a1614fab801834e32b420b60acdc27acfcdec)
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Joao Martins <joao.m.martins@oracle.com>
Conflicts:
arch/x86/xen/enlighten_pvh.c
(No enlighten_pvh.c in our tree)
arch/x86/xen/enlighten.c