Re: [PATCH 3/5] arm64: mm: make use of new memblocks_present() helper

2018-10-05 Thread Catalin Marinas
On Fri, Oct 05, 2018 at 10:16:40AM -0600, Logan Gunthorpe wrote: > Cleanup the arm64_memory_present() function seeing it's very > similar to other arches. > > memblocks_present() is a direct replacement of arm64_memory_present() > > Signed-off-by: Logan Gunthorpe > --- > arch/arm64/mm/init.c |

[PATCH 3/5] arm64: mm: make use of new memblocks_present() helper

2018-10-05 Thread Logan Gunthorpe
Cleanup the arm64_memory_present() function seeing it's very similar to other arches. memblocks_present() is a direct replacement of arm64_memory_present() Signed-off-by: Logan Gunthorpe --- arch/arm64/mm/init.c | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) diff --