diff options
author | Peter Zijlstra <peterz@infradead.org> | 2018-02-20 13:45:47 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-03-09 09:59:25 +0300 |
commit | 47ea54121e46a685aa2320df8b0f71aaeedff23f (patch) | |
tree | 1e16559811ff931c42400b5c929f8f27ba3364e5 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | dd707247ababb685ac4b8b2c6a7bf2923725e6ac (diff) | |
download | linux-47ea54121e46a685aa2320df8b0f71aaeedff23f.tar.xz |
sched/fair: Move idle_balance()
We're going to want to call nohz_idle_balance() or parts thereof from
idle_balance(). Since we already have a forward declaration of
idle_balance() move it down such that it's below nohz_idle_balance()
avoiding the need for a forward declaration for that.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions