From: Cesar Eduardo Barros Date: Sat, 27 Oct 2012 22:34:15 +0000 (-0200) Subject: x86: remove dummy long from EFI stub X-Git-Tag: upstream/snapshot3+hdmi~6206^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caaa8c6339ccefee6e834c4a8b0bec7e721e7357;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86: remove dummy long from EFI stub Commit 2e064b1 (x86, efi: Fix issue of overlapping .reloc section for EFI_STUB) removed a dummy reloc added by commit 291f363 (x86, efi: EFI boot stub support), but forgot to remove the dummy long used by that reloc. Reviewed-by: Jordan Justen Tested-by: Lee G Rosenbaum Cc: "H. Peter Anvin" Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Cesar Eduardo Barros Signed-off-by: Matt Fleming --- diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S index 2a01744..8c132a6 100644 --- a/arch/x86/boot/header.S +++ b/arch/x86/boot/header.S @@ -476,6 +476,3 @@ die: setup_corrupt: .byte 7 .string "No setup signature found...\n" - - .data -dummy: .long 0