projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e625faf
)
x86/boot: remove unneeded instruction
author
Daniel Kiper
<daniel.kiper@oracle.com>
Wed, 16 Sep 2015 09:18:38 +0000
(11:18 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Wed, 16 Sep 2015 09:18:38 +0000
(11:18 +0200)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/arch/x86/boot/head.S
patch
|
blob
|
history
diff --git
a/xen/arch/x86/boot/head.S
b/xen/arch/x86/boot/head.S
index cfd59dcee038bff70393e1925f1807c5c00190d0..f63b3492139e9065007e31643bffaeec6689c539 100644
(file)
--- 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)