Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132680
b: refs/heads/master
c: 36e8abf
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Mar 5, 2009
1 parent b1ac0ee commit ae1c115
Show file tree
Hide file tree
Showing 2 changed files with 5 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: eb3092cee79e4efa5d3e9c81c7e6ca90318cebb8
refs/heads/master: 36e8abf3edcd2d207193ec5741d1a2a645d470a5
5 changes: 4 additions & 1 deletion trunk/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,10 @@ static int cpufreq_p4_cpu_init(struct cpufreq_policy *policy)
cpufreq_frequency_table_get_attr(p4clockmod_table, policy->cpu);

/* cpuinfo and default policy values */
policy->cpuinfo.transition_latency = 1000000; /* assumed */

/* the transition latency is set to be 1 higher than the maximum
* transition latency of the ondemand governor */
policy->cpuinfo.transition_latency = 10000001;
policy->cur = stock_freq;

return cpufreq_frequency_table_cpuinfo(policy, &p4clockmod_table[0]);
Expand Down

0 comments on commit ae1c115

Please sign in to comment.