Re: [PATCH] xtensa: remove ZONE_DMA

From: Max Filippov
Date: Mon Oct 15 2018 - 15:57:27 EST


On Sun, Oct 14, 2018 at 11:13 AM Christoph Hellwig <hch@xxxxxx> wrote:
>
> ZONE_DMA is intended for magic < 32-bit pools (usually ISA DMA), which
> isn't required on xtensa. Move all the non-highmem memory into
> ZONE_NORMAL instead to match other architectures.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> arch/xtensa/Kconfig | 3 ---
> arch/xtensa/mm/init.c | 2 +-
> 2 files changed, 1 insertion(+), 4 deletions(-)

Applied to my xtensa tree.

--
Thanks.
-- Max