From: kfraser@localhost.localdomain Date: Tue, 15 Aug 2006 09:43:43 +0000 (+0100) Subject: [VMX] Fix VMX ap boot. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15710^2~107^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=386f9501d539410da1fee424568325060ecf0747;p=xen.git [VMX] Fix VMX ap boot. Signed-off-by: Xin Li --- diff --git a/tools/firmware/vmxassist/head.S b/tools/firmware/vmxassist/head.S index 129f69274f..b183fac54e 100644 --- a/tools/firmware/vmxassist/head.S +++ b/tools/firmware/vmxassist/head.S @@ -114,8 +114,6 @@ _start: #ifdef TEST xorl %edx, %edx #endif - movl %edx, booting_cpu - movl %ebx, booting_vector /* clear bss */ cld @@ -125,6 +123,9 @@ _start: subl %edi, %ecx rep stosb + movl %edx, booting_cpu + movl %ebx, booting_vector + /* make sure we are in a sane world */ clts