Re: [PATCH] arm64: use memblocks_present

From: Will Deacon
Date: Mon Feb 11 2019 - 06:06:20 EST


On Sun, Feb 10, 2019 at 09:28:43AM +0000, Peng Fan wrote:
> arm64_memory_present is doing same thing as memblocks_present, so
> let's use common code memblocks_present instead of platform
> specific arm64_memory_present.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> ---
> arch/arm64/mm/init.c | 20 +-------------------
> 1 file changed, 1 insertion(+), 19 deletions(-)

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

Catalin -- can you pick this one up, please?

Will