Skip to content

Commit

Permalink
sched: enable CONFIG_FAIR_GROUP_SCHED=y by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent 7ed2be4 commit de8d585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de8d585

Please sign in to comment.