aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrem Mallappa <[email protected]>2015-01-07 16:58:32 +0530
committerRalf Baechle <[email protected]>2015-04-01 17:21:52 +0200
commitddba6833bbc5d0e1ed264ada2c00927c9f7cc11f (patch)
tree0e09cea35f50093cd1cc9d688ee9bcfb92b7ce86
parent7d1859dcf5bef2fb974c8b0617bee6b085767807 (diff)
MIPS: Netlogic: Added HugeTLB as default
Enable CPU_SUPPORTS_HUGEPAGES for XLP processors. Signed-off-by: Prem Mallappa <[email protected]> Signed-off-by: Jayachandran C <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/8891/ Signed-off-by: Ralf Baechle <[email protected]>
-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