summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorPrem Mallappa2015-01-07 12:28:32 +0100
committerRalf Baechle2015-04-01 17:21:52 +0200
commitddba6833bbc5d0e1ed264ada2c00927c9f7cc11f (patch)
tree0e09cea35f50093cd1cc9d688ee9bcfb92b7ce86 /arch/mips/Kconfig
parentMIPS: Netlogic: nlm_core_id for xlp9xx (diff)
downloadkernel-qcow2-linux-ddba6833bbc5d0e1ed264ada2c00927c9f7cc11f.tar.gz
kernel-qcow2-linux-ddba6833bbc5d0e1ed264ada2c00927c9f7cc11f.tar.xz
kernel-qcow2-linux-ddba6833bbc5d0e1ed264ada2c00927c9f7cc11f.zip
MIPS: Netlogic: Added HugeTLB as default
Enable CPU_SUPPORTS_HUGEPAGES for XLP processors. Signed-off-by: Prem Mallappa <pmallapp@broadcom.com> Signed-off-by: Jayachandran C <jchandra@broadcom.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8891/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f3d7ce58dc70..6dca06527d2d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1613,6 +1613,7 @@ config CPU_XLP
select WEAK_REORDERING_BEYOND_LLSC
select CPU_HAS_PREFETCH
select CPU_MIPSR2
+ select CPU_SUPPORTS_HUGEPAGES
help
Netlogic Microsystems XLP processors.
endchoice