diff options
author | Michael Neuling <mikey@neuling.org> | 2014-10-21 16:32:07 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-01-21 15:10:25 +1100 |
commit | 9654f95a081a6eb33f8a9cda496ee1a8857987f5 (patch) | |
tree | 74697549a60c9db81067a05670d810b00b7e2472 /arch/powerpc/configs/pseries_defconfig | |
parent | 7c62cf2416a81a9a06b5791f9a5c58aac158c448 (diff) | |
download | talos-op-linux-9654f95a081a6eb33f8a9cda496ee1a8857987f5.tar.gz talos-op-linux-9654f95a081a6eb33f8a9cda496ee1a8857987f5.zip |
powerpc: Enable NUMA balancing in pseries[_le]_defconfig
Distros are enabling NUMA balancing (eg Ubuntu), so it would be good to
get some more test coverage with it.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/pseries_defconfig')
-rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 21c284e32bbe..c2e39f66b182 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig @@ -15,6 +15,8 @@ CONFIG_TASK_XACCT=y CONFIG_TASK_IO_ACCOUNTING=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y +CONFIG_NUMA_BALANCING=y +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y CONFIG_CGROUPS=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_DEVICE=y |