summaryrefslogtreecommitdiff
path: root/kernel/sched
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-09-13 14:42:35 (GMT)
committerScott Wood <scottwood@freescale.com>2015-02-13 22:20:33 (GMT)
commit009436503894103d548652c207a7f2304fbafd51 (patch)
treee4b8b235bf5269b627f9f9b52661241936ffb19f /kernel/sched
parentb0fe57815be12ef0c972cdfe87b4c5b89d4d2809 (diff)
downloadlinux-fsl-qoriq-009436503894103d548652c207a7f2304fbafd51.tar.xz
sched-disable-ttwu-queue.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/sched')
-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 99399f8..938274c 100644
--- a/kernel/sched/features.h
+++ b/kernel/sched/features.h
@@ -50,11 +50,15 @@ SCHED_FEAT(LB_BIAS, true)
*/
SCHED_FEAT(NONTASK_POWER, true)
+#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, true)
+#else
+SCHED_FEAT(TTWU_QUEUE, false)
+#endif
SCHED_FEAT(FORCE_SD_OVERLAP, false)
SCHED_FEAT(RT_RUNTIME_SHARE, true)