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

From: Logan Gunthorpe
Date: Thu Jan 10 2019 - 11:52:13 EST




On 2019-01-10 7:15 a.m., Will Deacon wrote:
> 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?

Yes please.

Thanks,

Logan