|
@@ -494,8 +494,6 @@ void __init efi_init(void)
|
|
if (efi_systab_init(efi_phys.systab))
|
|
if (efi_systab_init(efi_phys.systab))
|
|
return;
|
|
return;
|
|
|
|
|
|
- set_bit(EFI_SYSTEM_TABLES, &efi.flags);
|
|
|
|
-
|
|
|
|
efi.config_table = (unsigned long)efi.systab->tables;
|
|
efi.config_table = (unsigned long)efi.systab->tables;
|
|
efi.fw_vendor = (unsigned long)efi.systab->fw_vendor;
|
|
efi.fw_vendor = (unsigned long)efi.systab->fw_vendor;
|
|
efi.runtime = (unsigned long)efi.systab->runtime;
|
|
efi.runtime = (unsigned long)efi.systab->runtime;
|