]> git.baikalelectronics.ru Git - kernel.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)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:17:39 +0000 (11:17 +0200)
commit92e59b1027a375df6e1cd5e7440857b147ef7b7b
tree52a3c914f7913b44d9508e0ade5b63f959957a6c
parentc3cbdc7f4fb8a4c83d00bb7c599f702af44c853b
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