summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Słodczyk <m.slodczyk2@partner.samsung.com>2020-07-13 15:01:53 +0200
committerSeung-Woo Kim <sw0312.kim@samsung.com>2020-07-16 00:42:59 +0000
commitd13c36bc6256cfdeae3e220922dda0dc5ff638fd (patch)
tree05c071bc9d92a7550649c5b537ab7e5b6b5b0752
parentb12ea3cf7f04d4c2ee2cb6db11c778e1ed84014c (diff)
downloadlinux-3.18-exynos7270-accepted/tizen_7.0_unified.tar.gz
linux-3.18-exynos7270-accepted/tizen_7.0_unified.tar.bz2
linux-3.18-exynos7270-accepted/tizen_7.0_unified.zip
Make cpuset interface available for resourced daemon to control tizen apps' cpu distribution and scheduling. Change-Id: I7fd850f8220bde5b4fd664fdc66a1b69a6b06472 Signed-off-by: Maciej Słodczyk <m.slodczyk2@partner.samsung.com>
-rw-r--r--arch/arm64/configs/tizen_tw2_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_tw2_defconfig b/arch/arm64/configs/tizen_tw2_defconfig
index 3584993431a..5e99bc8c2d1 100644
--- a/arch/arm64/configs/tizen_tw2_defconfig
+++ b/arch/arm64/configs/tizen_tw2_defconfig
@@ -110,7 +110,8 @@ CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
# CONFIG_CGROUP_DEVICE is not set
-# CONFIG_CPUSETS is not set
+CONFIG_CPUSETS=y
+CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
CONFIG_MEMCG=y