Skip to content

Commit caaa8c6

Browse files
cesarbMatt Fleming
authored andcommitted
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 <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>
1 parent 226f69a commit caaa8c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/x86/boot/header.S

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,3 @@ die:
476476
setup_corrupt:
477477
.byte 7
478478
.string "No setup signature found...\n"
479-
480-
.data
481-
dummy: .long 0

0 commit comments

Comments
 (0)