Re: [PATCH v2 2/8] lmb: remove lmb_region.size

2021-04-23 Thread Tom Rini
On Wed, Mar 10, 2021 at 10:16:26AM +0100, Patrick Delaunay wrote: > Remove the unused field size of struct lmb_region as it is initialized to 0 > and never used after in lmb library. > > See Linux kernel commit 4734b594c6ca ("memblock: Remove memblock_type.size > and add memblock.memory_size inst

[PATCH v2 2/8] lmb: remove lmb_region.size

2021-03-10 Thread Patrick Delaunay
Remove the unused field size of struct lmb_region as it is initialized to 0 and never used after in lmb library. See Linux kernel commit 4734b594c6ca ("memblock: Remove memblock_type.size and add memblock.memory_size instead") Signed-off-by: Patrick Delaunay --- (no changes since v1) include/