arch/x86: Remove redundant set_bit(EFI_MEMMAP) call

Remove redundant set_bit(EFI_MEMMAP, &efi.flags) call.
It is executed earlier in efi_memmap_init().

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
This commit is contained in:
Daniel Kiper 2014-06-30 19:53:00 +02:00 committed by Matt Fleming
parent 9f2adfd8a9
commit 0fe376e18f

View file

@ -534,8 +534,6 @@ void __init efi_init(void)
if (efi_memmap_init())
return;
set_bit(EFI_MEMMAP, &efi.flags);
print_efi_memmap();
}