Re: [PATCH v7 07/12] arm64: inline huge vmap supported functions

From: Catalin Marinas
Date: Wed Aug 26 2020 - 06:02:14 EST


On Wed, Aug 26, 2020 at 12:57:48AM +1000, Nicholas Piggin wrote:
> This allows unsupported levels to be constant folded away, and so
> p4d_free_pud_page can be removed because it's no longer linked to.
>
> Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Signed-off-by: Nicholas Piggin <npiggin@xxxxxxxxx>
> ---
>
> Ack or objection if this goes via the -mm tree?

No objections.

Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>