diff options
author | Morten Rasmussen <[email protected]> | 2016-06-22 18:03:13 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-08-10 14:03:32 +0200 |
commit | 772bd008cd9a1d4e8ce566f2edcc61d1c28fcbe5 (patch) | |
tree | e9f5173f0b8e8da227cea1df9f0491cef4932c62 /tools/perf/scripts/python/futex-contention.py | |
parent | bd425d4bfc7a1a6064dbbadfbac9c7eec0e426ec (diff) |
sched/fair: Make the use of prev_cpu consistent in the wakeup path
In commit:
ac66f5477239 ("sched/numa: Introduce migrate_swap()")
select_task_rq() got a 'cpu' argument to enable overriding of prev_cpu
in special cases (NUMA task swapping).
However, the select_task_rq_fair() helper functions: wake_affine() and
select_idle_sibling(), still use task_cpu(p) directly to work out
prev_cpu, which leads to inconsistencies.
This patch passes prev_cpu (potentially overridden by NUMA code) into
the helper functions to ensure prev_cpu is indeed the same CPU
everywhere in the wakeup path.
cc: Ingo Molnar <[email protected]>
cc: Rik van Riel <[email protected]>
Signed-off-by: Morten Rasmussen <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions