]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
efi: Kill __efistub_global
authorArvind Sankar <nivedita@alum.mit.edu>
Thu, 16 Apr 2020 15:12:27 +0000 (11:12 -0400)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 24 Apr 2020 12:52:16 +0000 (14:52 +0200)
commit544393707f3ca4f185ea1e41cc3206d1526c99cf
tree5cc56fb71eb7ecb4966103eec7fb2a40098d9207
parent26a92425f9a301fdeb5482e7891915ce43cc0556
efi: Kill __efistub_global

Now that both arm and x86 are using the linker script to place the EFI
stub's global variables in the correct section, remove __efistub_global.

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20200416151227.3360778-4-nivedita@alum.mit.edu
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/efi-stub-helper.c
drivers/firmware/efi/libstub/efi-stub.c
drivers/firmware/efi/libstub/efistub.h
drivers/firmware/efi/libstub/gop.c
drivers/firmware/efi/libstub/x86-stub.c