diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:09 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:09 +0200 |
commit | de8d585a12aef40676f12ddc63e97daaf7752ba1 (patch) | |
tree | c16d2bdd81e8af6a8d1e6bdacc5968345c355144 /init | |
parent | 7ed2be459b61c66fcc4926ffb073a25fc077d51f (diff) | |
download | linux-3.10-de8d585a12aef40676f12ddc63e97daaf7752ba1.tar.gz linux-3.10-de8d585a12aef40676f12ddc63e97daaf7752ba1.tar.bz2 linux-3.10-de8d585a12aef40676f12ddc63e97daaf7752ba1.zip |
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 b680733270e..faed9a0b6f2 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -283,7 +283,7 @@ config CPUSETS config FAIR_GROUP_SCHED bool "Fair group cpu scheduler" - default n + default y depends on EXPERIMENTAL help This feature lets cpu scheduler recognize task groups and control cpu |