Re: [PATCH v3 2/2] riscv: Introduce huge page support for 32/64bit kernel

From: Christoph Hellwig
Date: Tue Jul 02 2019 - 09:24:45 EST


> +config ARCH_WANT_GENERAL_HUGETLB
> + def_bool y
> +
> +config SYS_SUPPORTS_HUGETLBFS
> + def_bool y

In a perfect world these would be in mm/Kconfig and only selected
by the architectures. But I don't want to force you to clean up all
that mess first, so:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>