diff options
Diffstat (limited to 'arch/ia64/kernel/efi.c')
-rw-r--r-- | arch/ia64/kernel/efi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c index 300dac3702f1..bf0865cd438a 100644 --- a/arch/ia64/kernel/efi.c +++ b/arch/ia64/kernel/efi.c | |||
@@ -531,8 +531,6 @@ efi_init (void) | |||
531 | efi.systab->hdr.revision >> 16, | 531 | efi.systab->hdr.revision >> 16, |
532 | efi.systab->hdr.revision & 0xffff, vendor); | 532 | efi.systab->hdr.revision & 0xffff, vendor); |
533 | 533 | ||
534 | set_bit(EFI_SYSTEM_TABLES, &efi.flags); | ||
535 | |||
536 | palo_phys = EFI_INVALID_TABLE_ADDR; | 534 | palo_phys = EFI_INVALID_TABLE_ADDR; |
537 | 535 | ||
538 | if (efi_config_init(arch_tables) != 0) | 536 | if (efi_config_init(arch_tables) != 0) |