diff options
author | Paul Burton <paul.burton@mips.com> | 2019-02-02 02:21:53 +0000 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-02-04 10:56:55 -0800 |
commit | afd375dc239e9685669325cd97340cd3bfc7dd00 (patch) | |
tree | c3c9784a2e30dbcb034ee39511c21db5f9502c90 /arch | |
parent | 82f4f66ddf11fd4bd2e9b589fd69d0ec6ea777fc (diff) | |
download | linux-afd375dc239e9685669325cd97340cd3bfc7dd00.tar.gz linux-afd375dc239e9685669325cd97340cd3bfc7dd00.tar.bz2 linux-afd375dc239e9685669325cd97340cd3bfc7dd00.zip |
MIPS: Enable hugepage support for MIPS64r6
Our hugepage support already exists for MIPS64 CPUs, and is already
enabled for older architecture revisions. There's nothing MIPSr6
specific involved, and our hugepage support already works fine for
MIPS64r6 CPUs such as the I6500, so allow it to be selected in Kconfig.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0694f2c1aa85..e9fbbfe65a45 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1539,6 +1539,7 @@ config CPU_MIPS64_R6 select CPU_SUPPORTS_32BIT_KERNEL select CPU_SUPPORTS_64BIT_KERNEL select CPU_SUPPORTS_HIGHMEM + select CPU_SUPPORTS_HUGEPAGES select CPU_SUPPORTS_MSA select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32 select HAVE_KVM |