summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-18 15:03:52 (GMT)
committerScott Wood <scottwood@freescale.com>2014-05-14 18:38:13 (GMT)
commitddbe55da265a9f3f3fd2c2504924256dd00c7aee (patch)
tree0151c8c00b075f742465ccf1a0635912d8f225d8 /init
parente6773eb4e5bdd774d3440ef82a7fcd5c4ab017b6 (diff)
downloadlinux-fsl-qoriq-ddbe55da265a9f3f3fd2c2504924256dd00c7aee.tar.xz
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 b0d9452..47c6601 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1042,6 +1042,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