Skip to content

Commit afd375d

Browse files
committed
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
1 parent 82f4f66 commit afd375d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mips/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,7 @@ config CPU_MIPS64_R6
15391539
select CPU_SUPPORTS_32BIT_KERNEL
15401540
select CPU_SUPPORTS_64BIT_KERNEL
15411541
select CPU_SUPPORTS_HIGHMEM
1542+
select CPU_SUPPORTS_HUGEPAGES
15421543
select CPU_SUPPORTS_MSA
15431544
select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
15441545
select HAVE_KVM

0 commit comments

Comments
 (0)