From: Daniel Kiper Date: Wed, 16 Sep 2015 09:18:38 +0000 (+0200) Subject: x86/boot: remove unneeded instruction X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2535 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e94af1c1bef62daa706c644b39a8517cb794fa74;p=xen.git x86/boot: remove unneeded instruction Signed-off-by: Daniel Kiper Reviewed-by: Konrad Rzeszutek Wilk --- diff --git a/xen/arch/x86/boot/head.S b/xen/arch/x86/boot/head.S index cfd59dcee0..f63b349213 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)