Skip to content

Commit

Permalink
sched: default to n for GROUP_SCHED and FAIR_GROUP_SCHED
Browse files Browse the repository at this point in the history
GROUP_SCHED is confirmed to cause unacceptable latencies, see:

   http://lkml.org/lkml/2008/5/2/370.

Mark it EXPERIMENTAL and default to no for now.

Signed-off-by: Parag Warudkar <parag.warudkar@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Parag Warudkar authored and Ingo Molnar committed May 5, 2008
1 parent 3e51f33 commit aac6abc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,16 @@ config HAVE_UNSTABLE_SCHED_CLOCK

config GROUP_SCHED
bool "Group CPU scheduler"
default y
depends on EXPERIMENTAL
default n
help
This feature lets CPU scheduler recognize task groups and control CPU
bandwidth allocation to such task groups.

config FAIR_GROUP_SCHED
bool "Group scheduling for SCHED_OTHER"
depends on GROUP_SCHED
default y
default GROUP_SCHED

config RT_GROUP_SCHED
bool "Group scheduling for SCHED_RR/FIFO"
Expand Down

0 comments on commit aac6abc

Please sign in to comment.