aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2007-10-15 11:00:09 -0400
committerIngo Molnar <mingo@elte.hu>2007-10-15 11:00:09 -0400
commitde8d585a12aef40676f12ddc63e97daaf7752ba1 (patch)
treec16d2bdd81e8af6a8d1e6bdacc5968345c355144
parent7ed2be459b61c66fcc4926ffb073a25fc077d51f (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>
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index b680733270e4..faed9a0b6f24 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -283,7 +283,7 @@ config CPUSETS
283 283
284config FAIR_GROUP_SCHED 284config 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