Re: [PATCH] mm: fix build failure with xtensa

2020-11-10 Thread Andrew Morton
On Tue, 10 Nov 2020 22:01:51 + Sudip Mukherjee wrote: > If CONFIG_ZSMALLOC is enabled with xtensa then the build fails with: > mm/zsmalloc.c:43:10: fatal error: asm/sparsemem.h: No such file or directory > > Disable CONFIG_ZSMALLOC for xtensa as xtensa arch has not defined > sparsemem.h. >

[PATCH] mm: fix build failure with xtensa

2020-11-10 Thread Sudip Mukherjee
If CONFIG_ZSMALLOC is enabled with xtensa then the build fails with: mm/zsmalloc.c:43:10: fatal error: asm/sparsemem.h: No such file or directory Disable CONFIG_ZSMALLOC for xtensa as xtensa arch has not defined sparsemem.h. Signed-off-by: Sudip Mukherjee --- Build failed with next-20201110. Bu