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:
parent
9f2adfd8a9
commit
0fe376e18f
@ -534,8 +534,6 @@ void __init efi_init(void)
|
|||||||
if (efi_memmap_init())
|
if (efi_memmap_init())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
set_bit(EFI_MEMMAP, &efi.flags);
|
|
||||||
|
|
||||||
print_efi_memmap();
|
print_efi_memmap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user