diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/init/Kconfig b/init/Kconfig index e15cdf4b73ae..a5ae0470b7b2 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1050,23 +1050,6 @@ config CGROUP_SCHEDTUNE config PAGE_COUNTER bool -config CGROUP_SCHEDTUNE - bool "CFS tasks boosting cgroup subsystem (EXPERIMENTAL)" - depends on SCHED_TUNE - help - This option provides the "schedtune" controller which improves the - flexibility of the task boosting mechanism by introducing the support - to define "per task" boost values. - - This new controller: - 1. allows only a two layers hierarchy, where the root defines the - system-wide boost value and its direct childrens define each one a - different "class of tasks" to be boosted with a different value - 2. supports up to 16 different task classes, each one which could be - configured with a different boost value - - Say N if unsure. - config MEMCG bool "Memory Resource Controller for Control Groups" select PAGE_COUNTER |