]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/cpufreq/davinci-cpufreq.c
KVM: SVM: Move spec control call after restore of GS
[mirror_ubuntu-artful-kernel.git] / drivers / cpufreq / davinci-cpufreq.c
index b95a872800ecf0de6377cfb1b9e7481d2b673465..d54a27c9912188f472705ade364574e63a90780e 100644 (file)
@@ -55,7 +55,7 @@ static int davinci_target(struct cpufreq_policy *policy, unsigned int idx)
                        return ret;
        }
 
-       ret = clk_set_rate(armclk, idx);
+       ret = clk_set_rate(armclk, new_freq * 1000);
        if (ret)
                return ret;