From 8345a20f8aa09dfb69662bfcc951e9b7d7334eed Mon Sep 17 00:00:00 2001 From: Parag Warudkar Date: Sat, 3 May 2008 20:42:34 -0400 Subject: [PATCH] --- yaml --- r: 96049 b: refs/heads/master c: aac6abca858386438d9a7233c3471d2ecfa2f704 h: refs/heads/master i: 96047: bc5d189f90ee077510db64a0a59065836722253e v: v3 --- [refs] | 2 +- trunk/init/Kconfig | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2a183d4f62c3..920dab746491 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3e51f33fcc7f55e6df25d15b55ed10c8b4da84cd +refs/heads/master: aac6abca858386438d9a7233c3471d2ecfa2f704 diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index fa42e6b549d3..4c33316743f5 100644 --- a/trunk/init/Kconfig +++ b/trunk/init/Kconfig @@ -324,7 +324,8 @@ 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. @@ -332,7 +333,7 @@ config GROUP_SCHED 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"