From: Aneesh Kumar K.V Date: Sat, 15 Mar 2014 11:29:19 +0000 (+0530) Subject: powerpc/defconfigs: Enable THP in pseries defconfig X-Git-Tag: v3.15-rc1~124^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1907a2c2c33267c454c6e7a6f6e6c5e01840b0ec;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index e9a8b4e0a0f63..82cf3f8721b9a 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