aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/features.h
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2015-09-11 16:10:59 +0200
committerIngo Molnar <mingo@kernel.org>2015-09-13 09:52:48 +0200
commita9280514bf1e54775b8d7cd93d87c05c2b5273e6 (patch)
treee435547eb7fba7d5b235e04eb0105c71718b4c22 /kernel/sched/features.h
parentsched/fair: Fix switched_to_fair()'s per entity load tracking (diff)
downloadlinux-dev-a9280514bf1e54775b8d7cd93d87c05c2b5273e6.tar.xz
linux-dev-a9280514bf1e54775b8d7cd93d87c05c2b5273e6.zip
sched/fair: Make the entity load aging on attaching tunable
In case there are problems with the aging on attach, provide a debug knob to turn it off. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Byungchul Park <byungchul.park@lge.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Cc: yuyang.du@intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/features.h')
-rw-r--r--kernel/sched/features.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sched/features.h b/kernel/sched/features.h
index 83a50e7ca533..e6fd23b7459b 100644
--- a/kernel/sched/features.h
+++ b/kernel/sched/features.h
@@ -73,6 +73,8 @@ SCHED_FEAT(FORCE_SD_OVERLAP, false)
SCHED_FEAT(RT_RUNTIME_SHARE, true)
SCHED_FEAT(LB_MIN, false)
+SCHED_FEAT(ATTACH_AGE_LOAD, true)
+
/*
* Apply the automatic NUMA scheduling policy. Enabled automatically
* at runtime if running on a NUMA machine. Can be controlled via