diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-24 18:23:51 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-24 18:23:51 +0200 |
commit | 8ef93cf11413e3f2dc28bfaf736e1f49981ed700 (patch) | |
tree | 08e36870af3a52f375bccf055ec9c897c43bc76f /init | |
parent | 681f3e68541d6f03e3e05d21fe15093578b8b539 (diff) | |
download | op-kernel-dev-8ef93cf11413e3f2dc28bfaf736e1f49981ed700.zip op-kernel-dev-8ef93cf11413e3f2dc28bfaf736e1f49981ed700.tar.gz |
sched: mark CONFIG_FAIR_GROUP_SCHED as !EXPERIMENTAL
mark CONFIG_FAIR_GROUP_SCHED as !EXPERIMENTAL. All bugs have been
fixed and it's perfect ;-)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index b7dffa8..8b88d0b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -322,7 +322,6 @@ config CPUSETS config FAIR_GROUP_SCHED bool "Fair group CPU scheduler" default y - depends on EXPERIMENTAL help This feature lets CPU scheduler recognize task groups and control CPU bandwidth allocation to such task groups. |