Re: [PATCH v2 4/4] s390: Use generic version of arch_is_kernel_initmem_freed()

From: Heiko Carstens
Date: Tue Sep 28 2021 - 05:46:09 EST


On Tue, Sep 28, 2021 at 09:15:37AM +0200, Christophe Leroy wrote:
> Generic version of arch_is_kernel_initmem_freed() now does the same
> as s390 version.
>
> Remove the s390 version.
>
> Cc: Gerald Schaefer <gerald.schaefer@xxxxxxxxxxxxx>
> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
> ---
> v2: No change
> ---
> arch/s390/include/asm/sections.h | 12 ------------
> arch/s390/mm/init.c | 3 ---
> 2 files changed, 15 deletions(-)

Looks good. Thanks for cleaning this up!

Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>