diff options
| author | Gregory Haskins <[email protected]> | 2009-07-30 10:57:23 -0400 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-08-02 14:26:12 +0200 |
| commit | 00aec93d10a051ea64f83eff75d4065a19508ea6 (patch) | |
| tree | 010148caeaf4d4b36188ba15828343aa6c74efc9 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 3f029d3c6d62068d59301d90c18dbde8ee402107 (diff) | |
sched: Fully integrate cpus_active_map and root-domain code
Reflect "active" cpus in the rq->rd->online field, instead of
the online_map.
The motivation is that things that use the root-domain code
(such as cpupri) only care about cpus classified as "active"
anyway. By synchronizing the root-domain state with the active
map, we allow several optimizations.
For instance, we can remove an extra cpumask_and from the
scheduler hotpath by utilizing rq->rd->online (since it is now
a cached version of cpu_active_map & rq->rd->span).
Signed-off-by: Gregory Haskins <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Acked-by: Max Krasnyansky <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions