• Viresh Kumar's avatar
    thermal: imx: pass cpu_present_mask to cpufreq_cooling_register() · bec85d2e
    Viresh Kumar authored
    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: Shawn Guo <shawn.guo@linaro.org>
    Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
    bec85d2e
imx_thermal.c 17.1 KB