forked from Minki/linux
x86: remove dummy long from EFI stub
Commit2e064b1
(x86, efi: Fix issue of overlapping .reloc section for EFI_STUB) removed a dummy reloc added by commit291f363
(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>
This commit is contained in:
parent
226f69a4b7
commit
caaa8c6339
@ -476,6 +476,3 @@ die:
|
||||
setup_corrupt:
|
||||
.byte 7
|
||||
.string "No setup signature found...\n"
|
||||
|
||||
.data
|
||||
dummy: .long 0
|
||||
|
Loading…
Reference in New Issue
Block a user