Skip to content

Commit

Permalink
x86: remove dummy long from EFI stub
Browse files Browse the repository at this point in the history
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 <jordan.l.justen@intel.com>
Tested-by: Lee G Rosenbaum <lee.g.rosenbaum@intel.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
  • Loading branch information
Cesar Eduardo Barros authored and Matt Fleming committed Nov 20, 2012
1 parent 226f69a commit caaa8c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/x86/boot/header.S
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,3 @@ die:
setup_corrupt:
.byte 7
.string "No setup signature found...\n"

.data
dummy: .long 0

0 comments on commit caaa8c6

Please sign in to comment.