diff mbox series

MIPS: Enable hugepage support for MIPS64r6

Message ID 20190202021836.29133-1-paul.burton@mips.com (mailing list archive)
State Mainlined
Commit afd375dc239e9685669325cd97340cd3bfc7dd00
Headers show
Series MIPS: Enable hugepage support for MIPS64r6 | expand

Commit Message

Paul Burton Feb. 2, 2019, 2:21 a.m. UTC
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>
---

 arch/mips/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Paul Burton Feb. 4, 2019, 9:18 p.m. UTC | #1
Hello,

Paul Burton wrote:
> 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>

Applied to mips-next.

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]
diff mbox series

Patch

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 0d14f51d0002..198ab2051dc5 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1541,6 +1541,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