summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Emde <C.Emde@osadl.org>2012-07-11 22:05:18 +0000
committerSteven Rostedt <rostedt@goodmis.org>2012-08-13 18:56:50 -0400
commit583637207ce4c6d8a380075df2db8d94f856d0a9 (patch)
treeed0e8516f2343880dcf47211dbfbb6a73c0857ac
parente745874ade4fd0a3dd024b62aa53c1ed6b20f561 (diff)
downloadlinux-rt-583637207ce4c6d8a380075df2db8d94f856d0a9.tar.gz
Disable RT_GROUP_SCHED in PREEMPT_RT_FULL
Strange CPU stalls have been observed in RT when RT_GROUP_SCHED was configured. Disable it for now. Signed-off-by: Carsten Emde <C.Emde@osadl.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-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