aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-18 17:03:52 +0200
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2016-02-13 00:34:56 +0100
commit2883c897bec63a7049a3ecf93d2057407705d3bc (patch)
treedcdb3475c24a5e7349609d09924c8f4d9997416f
parente5c8480bd66d3247cf4c977e86b770975301d3e3 (diff)
downloadrt-linux-2883c897bec63a7049a3ecf93d2057407705d3bc.tar.gz
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>
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 45ccf1b0f8ac9..557b8534a6250 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1106,6 +1106,7 @@ config CFS_BANDWIDTH
config RT_GROUP_SCHED
bool "Group scheduling for SCHED_RR/FIFO"
depends on CGROUP_SCHED
+ depends on !PREEMPT_RT_FULL
default n
help
This feature lets you explicitly allocate real CPU bandwidth