diff options
author | Anton Blanchard <anton@samba.org> | 2015-01-20 10:24:22 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-01-21 15:10:24 +1100 |
commit | 36c7bfc4d0f046887d6d73eba430ac6551383849 (patch) | |
tree | c41c5d0cf38251d4b0f81acbe2385a84736921ab /arch/powerpc/configs/ppc64_defconfig | |
parent | afda939f0ae63723250734e1365e4ead97f8a2b1 (diff) | |
download | linux-36c7bfc4d0f046887d6d73eba430ac6551383849.tar.gz linux-36c7bfc4d0f046887d6d73eba430ac6551383849.tar.bz2 linux-36c7bfc4d0f046887d6d73eba430ac6551383849.zip |
powerpc: Enable KSM on pseries and ppc64 defconfigs
KSM will only be used on areas marked for merging via madvise, and it
is showing nice improvements on KVM workloads, so enable it by
default.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 0fd22dfe00d1..897869ce22aa 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -49,6 +49,7 @@ CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y CONFIG_IRQ_ALL_CPUS=y CONFIG_MEMORY_HOTREMOVE=y +CONFIG_KSM=y CONFIG_SCHED_SMT=y CONFIG_PCCARD=y CONFIG_ELECTRA_CF=y |