summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Słodczyk <m.slodczyk2@partner.samsung.com>2020-07-13 14:59:57 +0200
committerSeung-Woo Kim <sw0312.kim@samsung.com>2020-07-16 00:43:29 +0000
commit5a8da5f623f7affdf6c1a83d4673b0754dddaaf9 (patch)
tree4e1d6b42aad5492e54e3ffbcf8ec07fe57115f91
parentfb9c86eae56918781cecbd9d07213e7ed7f0e4b1 (diff)
downloadlinux-4.9-exynos9110-5a8da5f623f7affdf6c1a83d4673b0754dddaaf9.tar.gz
linux-4.9-exynos9110-5a8da5f623f7affdf6c1a83d4673b0754dddaaf9.tar.bz2
linux-4.9-exynos9110-5a8da5f623f7affdf6c1a83d4673b0754dddaaf9.zip
config: tw3: enable cpuset controller for cgroupsubmit/tizen/20200716.040454accepted/tizen/unified/20200716.144554
Make cpuset interface available for resourced daemon to control tizen apps' cpu distribution and scheduling. Change-Id: I459334c5322c9fc661e25c87ba54ffb9f1748a0c Signed-off-by: Maciej Słodczyk <m.slodczyk2@partner.samsung.com>
-rw-r--r--arch/arm64/configs/tizen_tw3_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_tw3_defconfig b/arch/arm64/configs/tizen_tw3_defconfig
index b80db7515bd9..a74ace23f0ec 100644
--- a/arch/arm64/configs/tizen_tw3_defconfig
+++ b/arch/arm64/configs/tizen_tw3_defconfig
@@ -127,7 +127,8 @@ CONFIG_CGROUP_DEBUG=y
CONFIG_CGROUP_FREEZER=y
# CONFIG_CGROUP_PIDS is not set
# CONFIG_CGROUP_DEVICE is not set
-# CONFIG_CPUSETS is not set
+CONFIG_CPUSETS=y
+CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y