summaryrefslogtreecommitdiff
path: root/kernel/sched_features.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-09-13 16:42:35 +0200
committerClark Williams <williams@redhat.com>2012-03-01 09:28:43 -0600
commit9604a92ac79522891b6a1ecbfa01ee0db750a7ed (patch)
tree2a6fc199abde35a4562207f1a34f594f88b9a561 /kernel/sched_features.h
parent767de6e26ba6677eb0af018c9d801b0c4c1f1296 (diff)
sched-disable-ttwu-queue.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/sched_features.h')
-rw-r--r--kernel/sched_features.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/sched_features.h b/kernel/sched_features.h
index 84802245abd2..0007001f995e 100644
--- a/kernel/sched_features.h
+++ b/kernel/sched_features.h
@@ -60,11 +60,15 @@ SCHED_FEAT(OWNER_SPIN, 1)
*/
SCHED_FEAT(NONTASK_POWER, 1)
+#ifndef CONFIG_PREEMPT_RT_FULL
/*
* Queue remote wakeups on the target CPU and process them
* using the scheduler IPI. Reduces rq->lock contention/bounces.
*/
SCHED_FEAT(TTWU_QUEUE, 1)
+#else
+SCHED_FEAT(TTWU_QUEUE, 0)
+#endif
SCHED_FEAT(FORCE_SD_OVERLAP, 0)
SCHED_FEAT(RT_RUNTIME_SHARE, 1)