Re: [PATCH 4/4] riscv: Make mmap allocation top-down by default

From: Christoph Hellwig
Date: Fri Mar 22 2019 - 09:22:57 EST


> +config HAVE_ARCH_MMAP_RND_BITS
> + def_bool y

This already is defined in arch/Kconfig, no need to duplicate it
here, just add a select statement.