diff options
| author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:09 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:09 -0400 |
| commit | de8d585a12aef40676f12ddc63e97daaf7752ba1 (patch) | |
| tree | c16d2bdd81e8af6a8d1e6bdacc5968345c355144 /init | |
| parent | 7ed2be459b61c66fcc4926ffb073a25fc077d51f (diff) | |
sched: enable CONFIG_FAIR_GROUP_SCHED=y by default
enable CONFIG_FAIR_GROUP_SCHED=y by default.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
| -rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index b680733270..faed9a0b6f 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -283,7 +283,7 @@ config CPUSETS | |||
| 283 | 283 | ||
| 284 | config FAIR_GROUP_SCHED | 284 | config FAIR_GROUP_SCHED |
| 285 | bool "Fair group cpu scheduler" | 285 | bool "Fair group cpu scheduler" |
| 286 | default n | 286 | default y |
| 287 | depends on EXPERIMENTAL | 287 | depends on EXPERIMENTAL |
| 288 | help | 288 | help |
| 289 | This feature lets cpu scheduler recognize task groups and control cpu | 289 | This feature lets cpu scheduler recognize task groups and control cpu |
