efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific
[sfrench/cifs-2.6.git] / arch / x86 / kernel / kexec-bzimage64.c
index f400678bd345371b82fdf355c6cea06b344f842b..db6578d45157e539aa48dd62453ad6efdcbbbd79 100644 (file)
@@ -141,8 +141,8 @@ prepare_add_efi_setup_data(struct boot_params *params,
        struct setup_data *sd = (void *)params + efi_setup_data_offset;
        struct efi_setup_data *esd = (void *)sd + sizeof(struct setup_data);
 
-       esd->fw_vendor = efi.fw_vendor;
-       esd->tables = efi.config_table;
+       esd->fw_vendor = efi_fw_vendor;
+       esd->tables = efi_config_table;
        esd->smbios = efi.smbios;
 
        sd->type = SETUP_EFI;