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

From: Will Deacon
Date: Thu Jan 10 2019 - 09:15:12 EST


On Wed, Jan 09, 2019 at 01:21:00PM -0700, 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 <logang@xxxxxxxxxxxx>
> Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Will Deacon <will.deacon@xxxxxxx>
> ---
> arch/arm64/mm/init.c | 20 +-------------------
> 1 file changed, 1 insertion(+), 19 deletions(-)

Acked-by: Will Deacon <will.deacon@xxxxxxx>

Did you want us to take this via the arm64 tree?

Will