aboutsummaryrefslogtreecommitdiff
path: root/init/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-18 17:03:52 +0200
committerSteven Rostedt <rostedt@goodmis.org>2013-08-13 16:08:44 -0400
commitbfc08fad1ba5a34b20b8c409ad80de8e59804f60 (patch)
tree3c7b2e7f85aa1a3b59672e0113541c490260a30d /init/Kconfig
parent9b7ffa9ecd95159b376ba888e65c6c743fbb1675 (diff)
sched: Disable CONFIG_RT_GROUP_SCHED on RT
Carsten reported problems when running: taskset 01 chrt -f 1 sleep 1 from within rc.local on a F15 machine. The task stays running and never gets on the run queue because some of the run queues have rt_throttled=1 which does not go away. Works nice from a ssh login shell. Disabling CONFIG_RT_GROUP_SCHED solves that as well. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index fbc07859acee..f6a406dc03cf 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -946,6 +946,7 @@ config RT_GROUP_SCHED
bool "Group scheduling for SCHED_RR/FIFO"
depends on EXPERIMENTAL
depends on CGROUP_SCHED
+ depends on !PREEMPT_RT_FULL
default n
help
This feature lets you explicitly allocate real CPU bandwidth