aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2014-03-15 16:59:19 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-03-24 09:48:35 +1100
commit1907a2c2c33267c454c6e7a6f6e6c5e01840b0ec (patch)
treef3b58944231f8a4a6195d149927e587cfbcf3155 /arch/powerpc
parentpowerpc/mm: Make sure a local_irq_disable prevent a parallel THP split (diff)
downloadlinux-dev-1907a2c2c33267c454c6e7a6f6e6c5e01840b0ec.tar.xz
linux-dev-1907a2c2c33267c454c6e7a6f6e6c5e01840b0ec.zip
powerpc/defconfigs: Enable THP in pseries defconfig
We also set it to be enabled always. This helps in wider testing Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/configs/pseries_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
index e9a8b4e0a0f6..82cf3f8721b9 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -353,3 +353,5 @@ CONFIG_CRYPTO_DEV_NX_ENCRYPT=m
CONFIG_VIRTUALIZATION=y
CONFIG_KVM_BOOK3S_64=m
CONFIG_KVM_BOOK3S_64_HV=y
+CONFIG_TRANSPARENT_HUGEPAGE=y
+CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y