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

From: Alex Ghiti
Date: Sat Mar 23 2019 - 04:06:05 EST


On 3/22/19 9:22 AM, Christoph Hellwig wrote:
+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.
Right, I will fix that,

Thanks Christoph,