|
@@ -112,8 +112,6 @@ static int __init uefi_init(void)
|
|
efi.systab->hdr.revision & 0xffff, vendor);
|
|
efi.systab->hdr.revision & 0xffff, vendor);
|
|
|
|
|
|
retval = efi_config_init(NULL);
|
|
retval = efi_config_init(NULL);
|
|
- if (retval == 0)
|
|
|
|
- set_bit(EFI_CONFIG_TABLES, &efi.flags);
|
|
|
|
|
|
|
|
out:
|
|
out:
|
|
early_memunmap(efi.systab, sizeof(efi_system_table_t));
|
|
early_memunmap(efi.systab, sizeof(efi_system_table_t));
|