From: Xiongwei Song <sxwjean@xxxxxxxxx> We've enabled ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT, we will always use generic arch_pick_mmap_layout(), therefore don't need HAVE_ARCH_PICK_MMAP_LAYOUT any more. Signed-off-by: Xiongwei Song <sxwjean@xxxxxxxxx> --- arch/x86/include/asm/processor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index fb7a4f21d412..2360366ad328 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -709,7 +709,6 @@ extern int bootloader_version; extern char ignore_fpu_irq; -#define HAVE_ARCH_PICK_MMAP_LAYOUT 1 #define ARCH_HAS_PREFETCHW #define ARCH_HAS_SPINLOCK_PREFETCH -- 2.30.2