commit | 2b8870cc6da843b3e72d7de698e6299a5bf30b8e | [log] [tgz] |
---|---|---|
author | Alex Shi <alex.shi@linaro.org> | Tue Aug 16 12:07:31 2016 +0800 |
committer | Alex Shi <alex.shi@linaro.org> | Wed Aug 17 16:31:21 2016 +0800 |
tree | df2d6e6ad2abae17b13244a742c4275ad079c7d6 | |
parent | 35d3f6053b6681de3514d4c8b1af8b1f4a562f10 [diff] |
cpuidle/ladder: add per cpu pm_qos_resume_latency consideration Kernel or user may have special requirement on cpu response time, like if a interrupt is pinned to a cpu, we don't want the cpu goes to deep sleep. This patch can prevent this thing happen by consider per cpu resume_latency setting in cpu sleep state selection in laddr governor. Signed-off-by: Alex Shi <alex.shi@linaro.org>