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>
This commit is contained in:

committed by
Ard Biesheuvel

parent
26a92425f9
commit
544393707f
@@ -12,14 +12,13 @@
|
||||
|
||||
#include "efistub.h"
|
||||
|
||||
static bool __efistub_global efi_nochunk;
|
||||
static bool __efistub_global efi_nokaslr;
|
||||
static bool __efistub_global efi_noinitrd;
|
||||
static bool __efistub_global efi_quiet;
|
||||
static bool __efistub_global efi_novamap;
|
||||
static bool __efistub_global efi_nosoftreserve;
|
||||
static bool __efistub_global efi_disable_pci_dma =
|
||||
IS_ENABLED(CONFIG_EFI_DISABLE_PCI_DMA);
|
||||
static bool efi_nochunk;
|
||||
static bool efi_nokaslr;
|
||||
static bool efi_noinitrd;
|
||||
static bool efi_quiet;
|
||||
static bool efi_novamap;
|
||||
static bool efi_nosoftreserve;
|
||||
static bool efi_disable_pci_dma = IS_ENABLED(CONFIG_EFI_DISABLE_PCI_DMA);
|
||||
|
||||
bool __pure nochunk(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user