|
@@ -82,28 +82,6 @@ unsigned int sa11x0_ppcr_to_freq(unsigned int idx)
|
|
|
return freq;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-/* make sure that only the "userspace" governor is run -- anything else wouldn't make sense on
|
|
|
- * this platform, anyway.
|
|
|
- */
|
|
|
-int sa11x0_verify_speed(struct cpufreq_policy *policy)
|
|
|
-{
|
|
|
- unsigned int tmp;
|
|
|
- if (policy->cpu)
|
|
|
- return -EINVAL;
|
|
|
-
|
|
|
- cpufreq_verify_within_limits(policy, policy->cpuinfo.min_freq, policy->cpuinfo.max_freq);
|
|
|
-
|
|
|
- /* make sure that at least one frequency is within the policy */
|
|
|
- tmp = sa11x0_freq_table[sa11x0_freq_to_ppcr(policy->min)].frequency;
|
|
|
- if (tmp > policy->max)
|
|
|
- policy->max = tmp;
|
|
|
-
|
|
|
- cpufreq_verify_within_limits(policy, policy->cpuinfo.min_freq, policy->cpuinfo.max_freq);
|
|
|
-
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
unsigned int sa11x0_getspeed(unsigned int cpu)
|
|
|
{
|
|
|
if (cpu)
|