|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-3.3-testing] x86: Fix backport of xen-unstable:1954
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1251708327 -3600
# Node ID f1fb228b43acf7149c1791197266cf16a8647ae7
# Parent d6bb2b5b1f9a33e849cf2d5dc24bafd6a832c0dc
x86: Fix backport of xen-unstable:19544
Should fix booting with bootloaders which lay out discontiguous sets
of Multiboot modules.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
xen/arch/x86/setup.c | 2 --
1 files changed, 2 deletions(-)
diff -r d6bb2b5b1f9a -r f1fb228b43ac xen/arch/x86/setup.c
--- a/xen/arch/x86/setup.c Mon Aug 31 09:43:19 2009 +0100
+++ b/xen/arch/x86/setup.c Mon Aug 31 09:45:27 2009 +0100
@@ -739,8 +739,6 @@ void __init __start_xen(unsigned long mb
initial_images_end = e;
e = (e - modules_length) & PAGE_MASK;
initial_images_start = e;
- move_memory(initial_images_start,
- mod[0].mod_start, mod[mbi->mods_count-1].mod_end);
e += modules_length;
for ( j = mbi->mods_count-1; j >= 0; j-- )
{
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-3.3-testing] x86: Fix backport of xen-unstable:19544,
Xen patchbot-3.3-testing <=
|
|
|
|
|