# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID 651d2d5d2856fad321f442c0c8b324e8bff615da
# Parent f2f584093379372e03cb771fe8f8ff243dd2acb4
[VMX] Fix VMX ap boot.
Signed-off-by: Xin Li <xin.b.li@xxxxxxxxx>
---
tools/firmware/vmxassist/head.S | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff -r f2f584093379 -r 651d2d5d2856 tools/firmware/vmxassist/head.S
--- a/tools/firmware/vmxassist/head.S Tue Aug 15 10:38:59 2006 +0100
+++ b/tools/firmware/vmxassist/head.S Tue Aug 15 10:43:43 2006 +0100
@@ -114,8 +114,6 @@ _start:
#ifdef TEST
xorl %edx, %edx
#endif
- movl %edx, booting_cpu
- movl %ebx, booting_vector
/* clear bss */
cld
@@ -124,6 +122,9 @@ _start:
movl $_ebss, %ecx
subl %edi, %ecx
rep stosb
+
+ movl %edx, booting_cpu
+ movl %ebx, booting_vector
/* make sure we are in a sane world */
clts
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|