grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 01/23] x86/boot: remove unneeded instruction


From: Daniel Kiper
Subject: [PATCH v2 01/23] x86/boot: remove unneeded instruction
Date: Mon, 20 Jul 2015 16:28:56 +0200

Signed-off-by: Daniel Kiper <address@hidden>
---
 xen/arch/x86/boot/head.S |    1 -
 1 file changed, 1 deletion(-)

diff --git a/xen/arch/x86/boot/head.S b/xen/arch/x86/boot/head.S
index cfd59dc..f63b349 100644
--- a/xen/arch/x86/boot/head.S
+++ b/xen/arch/x86/boot/head.S
@@ -169,7 +169,6 @@ __start:
         /* Apply relocations to bootstrap trampoline. */
         mov     sym_phys(trampoline_phys),%edx
         mov     $sym_phys(__trampoline_rel_start),%edi
-        mov     %edx,sym_phys(trampoline_phys)
 1:
         mov     (%edi),%eax
         add     %edx,(%edi,%eax)
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]