diff options
| author | Ingo Molnar <mingo@elte.hu> | 2007-10-24 12:23:51 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2007-10-24 12:23:51 -0400 |
| commit | 8ef93cf11413e3f2dc28bfaf736e1f49981ed700 (patch) | |
| tree | 08e36870af3a52f375bccf055ec9c897c43bc76f /init | |
| parent | 681f3e68541d6f03e3e05d21fe15093578b8b539 (diff) | |
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 b7dffa8379..8b88d0bedc 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -322,7 +322,6 @@ config CPUSETS | |||
| 322 | config FAIR_GROUP_SCHED | 322 | config FAIR_GROUP_SCHED |
| 323 | bool "Fair group CPU scheduler" | 323 | bool "Fair group CPU scheduler" |
| 324 | default y | 324 | default y |
| 325 | depends on EXPERIMENTAL | ||
| 326 | help | 325 | help |
| 327 | This feature lets CPU scheduler recognize task groups and control CPU | 326 | This feature lets CPU scheduler recognize task groups and control CPU |
| 328 | bandwidth allocation to such task groups. | 327 | bandwidth allocation to such task groups. |
