diff options
Diffstat (limited to 'arch/x86/platform/efi/efi.c')
-rw-r--r-- | arch/x86/platform/efi/efi.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index 4694632ef581..28591072fbb7 100644 --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c | |||
@@ -653,6 +653,10 @@ void __init efi_init(void) | |||
653 | 653 | ||
654 | set_bit(EFI_SYSTEM_TABLES, &x86_efi_facility); | 654 | set_bit(EFI_SYSTEM_TABLES, &x86_efi_facility); |
655 | 655 | ||
656 | efi.config_table = (unsigned long)efi.systab->tables; | ||
657 | efi.fw_vendor = (unsigned long)efi.systab->fw_vendor; | ||
658 | efi.runtime = (unsigned long)efi.systab->runtime; | ||
659 | |||
656 | /* | 660 | /* |
657 | * Show what we know for posterity | 661 | * Show what we know for posterity |
658 | */ | 662 | */ |