aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-18 17:03:52 +0200
committerSteven Rostedt <rostedt@rostedt.homelinux.com>2014-01-18 17:13:06 -0500
commit6c1d6c5af2bcea760cb857506df1fdc3fcebb0b6 (patch)
tree06c525e3b2ce604bf24565ad570a5de8bcf5d093 /init
parent4cd1fb53d3b6a767e9f3f5dc41597e307eb34559 (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')
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index dbc82d01e66a..720c1828dfe0 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -731,6 +731,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