Re: [RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late

2018-09-06 Thread Michal Hocko
On Wed 05-09-18 18:59:39, Mike Rapoport wrote: > The free_bootmem_late and memblock_free_late do exactly the same thing: > they iterate over a range and give pages to the page allocator. > > Replace calls to free_bootmem_late with calls to memblock_free_late and > remove the bootmem variant. > >

[RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late

2018-09-05 Thread Mike Rapoport
The free_bootmem_late and memblock_free_late do exactly the same thing: they iterate over a range and give pages to the page allocator. Replace calls to free_bootmem_late with calls to memblock_free_late and remove the bootmem variant. Signed-off-by: Mike Rapoport --- arch/sparc/kernel/mdesc.c