summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-10 18:28:24 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-10 18:28:24 -0700
commit7f3caa710fc5a1d4b13216014b19783dc65f42f3 (patch)
tree826913135f786cf9b68456a574af93a74b463881 /include/linux
parentdb5b016bf7e964d6f42819844e72863bf5488378 (diff)
parente89595cd93c7a5e8d4d85e69c06d9e14b93b3510 (diff)
Merge "sched/tune: add initial support for CGroups based boosting"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cgroup_subsys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/cgroup_subsys.h b/include/linux/cgroup_subsys.h
index 1a96fdaa33d5..e133705d794a 100644
--- a/include/linux/cgroup_subsys.h
+++ b/include/linux/cgroup_subsys.h
@@ -26,6 +26,10 @@ SUBSYS(cpu)
SUBSYS(cpuacct)
#endif
+#if IS_ENABLED(CONFIG_CGROUP_SCHEDTUNE)
+SUBSYS(schedtune)
+#endif
+
#if IS_ENABLED(CONFIG_BLK_CGROUP)
SUBSYS(io)
#endif