diff options
author | Peter Zijlstra <peterz@infradead.org> | 2015-09-11 17:10:59 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-09-13 10:52:48 +0300 |
commit | a9280514bf1e54775b8d7cd93d87c05c2b5273e6 (patch) | |
tree | e435547eb7fba7d5b235e04eb0105c71718b4c22 /kernel/sched/features.h | |
parent | 6efdb105d392da3ad5cb4ef951aed373cd049813 (diff) | |
download | linux-a9280514bf1e54775b8d7cd93d87c05c2b5273e6.tar.xz |
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.h | 2 |
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 |