x86/boot: Remove gratuitous call back into low-memory code
authorDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 13 Aug 2019 17:28:39 +0000 (18:28 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 13 Aug 2019 17:39:02 +0000 (18:39 +0100)
commit24575e2c1b39d3f2c148d69bb1a87ca2ef2c6395
tree8f37c4cd97a99053b30fab1b23ee4590fbfb420f
parent6a4a62534853b4d20b44990e0d56c665b1ff55ae
x86/boot: Remove gratuitous call back into low-memory code

We appear to have implemented a memcpy() in the low-memory trampoline
which we then call into from __start_xen(), for no adequately defined
reason.

Kill it with fire.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/boot/mem.S
xen/arch/x86/setup.c
xen/include/asm-x86/e820.h