Browse Source

Merge branch 'pm-cpufreq'

* pm-cpufreq:
  cpufreq: Fix cpufreq regression after suspend/resume
Rafael J. Wysocki 12 years ago
parent
commit
2c843bd92e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/cpufreq/cpufreq_stats.c

+ 1 - 0
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: