[PATCH 1/1] efi_loader: remove outdated TODO in efi_memory.c

2021-01-12 Thread Heinrich Schuchardt
In efi_mem_sort() adjacent memory regions of same type are coalesced. Remove the remark "Merging of adjacent free regions is missing". Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_memory.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loa

[PATCH 1/1] efi_loader: remove outdated TODO in efi_memory.c

2021-01-05 Thread Heinrich Schuchardt
In efi_mem_sort() adjacent memory regions of same type are coalesced. Remove the remark "Merging of adjacent free regions is missing". Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_memory.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loa