cpufreq: fix cpu1 staying offline bug when switching governors.

file:25fa11f7bb4610d4c8f372cd530fef1be6643f22 -> file:347c1c43d904c1f49c491e501445567ee46087fd
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -1884,6 +1884,7 @@ static int __cpufreq_set_policy(struct c
/* start new governor */
data->governor = policy->governor;
+ if (!cpu_online(1)) cpu_up(1);
if (__cpufreq_governor(data, CPUFREQ_GOV_START)) {
/* new governor failed, so re-start old one */
pr_debug("starting governor %s failed\n",