aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorViresh Kumar <[email protected]>2014-12-04 09:41:46 +0530
committerEduardo Valentin <[email protected]>2014-12-08 12:08:54 -0400
commitf3764e6c187b2841971d6347f81acc1a5264a92f (patch)
tree8f73d00cea011cd5e3f7207debc00cabe257aa5f /tools/perf/scripts/python/bin
parentbec85d2e0c9f71cab57614ab05057840bb7c422f (diff)
thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register()
cpufreq_cooling_register() expects mask of all the CPUs where frequency constraint is applicable. This platform has more than one CPU to which these constraints will apply and so passing mask of only CPU0 wouldn't be sufficient. Also, this platform has a single cluster of CPUs and the constraint applies to all CPUs. If CPU0 is hoplugged out then we may face strange BUGs as cpu_cooling framework isn't aware of any siblings sharing clock line. Fix it by passing cpu_present_mask to cpufreq_cooling_register(). Cc: Chanwoo Choi <[email protected]> Cc: Kyungmin Park <[email protected]> Cc: Amit Daniel Kachhap <[email protected]> Cc: Lukasz Majewski <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Signed-off-by: Eduardo Valentin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions