https://bugzilla.kernel.org/show_bug.cgi?id=59781 Lan Tianyu <tianyu.lan@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|cpufreq@xxxxxxxxxxxxxxx |tianyu.lan@xxxxxxxxx --- Comment #11 from Lan Tianyu <tianyu.lan@xxxxxxxxx> --- Hi: Sorry for later response. Please try the following patch. I guess this will fix your issue. I found this issue also on one of my machine. --- drivers/cpufreq/cpufreq_stats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c index fb65dec..591b6fb 100644 --- a/drivers/cpufreq/cpufreq_stats.c +++ b/drivers/cpufreq/cpufreq_stats.c @@ -349,6 +349,7 @@ static int __cpuinit cpufreq_stat_cpu_callback(struct notifier_block *nfb, switch (action) { case CPU_ONLINE: + case CPU_ONLINE_FROZEN: cpufreq_update_policy(cpu); break; case CPU_DOWN_PREPARE: -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html