diff options
author | Dave Jones <davej@redhat.com> | 2005-05-31 22:03:51 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2005-05-31 22:03:51 -0400 |
commit | 6778bae0f2f1d4af1b8bb876c992ea094ee958b4 (patch) | |
tree | f269c2c04dc4ea8ba0fd2837dcadbcc379379f10 /arch/i386 | |
parent | 1174631418fbb2c0c6946081b0b7d391f5d92861 (diff) |
[CPUFREQ] longhaul - adjust transition latency.
From patch by: Ken Staton <ken_staton@agilent.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/longhaul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index 48899f0956f7..04e3563da4fe 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c | |||
@@ -626,7 +626,7 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy) | |||
626 | longhaul_setup_voltagescaling(); | 626 | longhaul_setup_voltagescaling(); |
627 | 627 | ||
628 | policy->governor = CPUFREQ_DEFAULT_GOVERNOR; | 628 | policy->governor = CPUFREQ_DEFAULT_GOVERNOR; |
629 | policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL; | 629 | policy->cpuinfo.transition_latency = 200000; /* nsec */ |
630 | policy->cur = calc_speed(longhaul_get_cpu_mult()); | 630 | policy->cur = calc_speed(longhaul_get_cpu_mult()); |
631 | 631 | ||
632 | ret = cpufreq_frequency_table_cpuinfo(policy, longhaul_table); | 632 | ret = cpufreq_frequency_table_cpuinfo(policy, longhaul_table); |