diff options
author | Rafal Bilski <rafalbilski@interia.pl> | 2007-04-22 12:26:04 +0200 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2007-04-26 14:32:03 -0400 |
commit | 07844252ffd81ec192a62014bada1016c9703765 (patch) | |
tree | 0eef9afccbd7eaa9818acd111e7cd73d17968df5 /arch/i386/kernel | |
parent | 632786ce9ff6206951ee4c84fe5c0d5c1d12f4cc (diff) | |
download | blackbird-op-linux-07844252ffd81ec192a62014bada1016c9703765.tar.gz blackbird-op-linux-07844252ffd81ec192a62014bada1016c9703765.zip |
[CPUFREQ] Longhaul - Revert Longhaul ver. 2
There is something wrong with this code. It needs more
testing. It is better to disable it for now because support
for some machines will be broken.
Signed-off-by: Rafal Bilski <rafalbilski@interia.pl>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/i386/kernel')
-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 e5fee7266348..a3df9c039bd4 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c @@ -683,7 +683,7 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy) sizeof(samuel2_eblcr)); break; case 1 ... 15: - longhaul_version = TYPE_LONGHAUL_V2; + longhaul_version = TYPE_LONGHAUL_V1; if (c->x86_mask < 8) { cpu_model = CPU_SAMUEL2; cpuname = "C3 'Samuel 2' [C5B]"; |