Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177254
b: refs/heads/master
c: d887a1c
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Mike Frysinger committed Dec 15, 2009
1 parent a8a976e commit 72f1154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21b03cfe4c50fd586bfebd06d852457c07f60c2b
refs/heads/master: d887a1ce285f03c689bb4fbbaf574160bb484c3e
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/mach-common/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ static int __init __bfin_cpu_init(struct cpufreq_policy *policy)
dpm_state_table[index].tscale);
}

policy->cpuinfo.transition_latency = (bfin_read_PLL_LOCKCNT() / (sclk / 1000000)) * 1000;
policy->cpuinfo.transition_latency = 50000; /* 50us assumed */

/*Now ,only support one cpu */
policy->cur = cclk;
cpufreq_frequency_table_get_attr(bfin_freq_table, policy->cpu);
Expand Down

0 comments on commit 72f1154

Please sign in to comment.