diff options
author | Dietmar Eggemann <[email protected]> | 2019-04-24 09:45:56 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-06-03 11:49:37 +0200 |
commit | f2bedc4705659216bd60948029ad8dfedf923ad9 (patch) | |
tree | fb4764c4451398314005c61c5e0f0d1e542c0773 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3bd3706251ee8ab67e69d9340ac2abdca217e733 (diff) |
sched/fair: Remove rq->load
The CFS class is the only one maintaining and using the CPU wide load
(rq->load(.weight)). The last use case of the CPU wide load in CFS's
set_next_entity() can be replaced by using the load of the CFS class
(rq->cfs.load(.weight)) instead.
Signed-off-by: Dietmar Eggemann <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions