ANDROID: sched/pause: prevent wake up paused cpus
When used for qos or other reasons, wake up idle
cpus will wake cpus en-mass. Cpus that are paused
should not be woken up like this.
Update to use active_mask, so that paused cpus are
ignored for general cpu wakeup operations.
Bug: 161210528
Change-Id: I10721e75497a8902f8ec998ded4e2eb094770f38
Signed-off-by:
Stephen Dickey <dickey@codeaurora.org>
Loading
Please sign in to comment