aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafal Bilski <rafalbilski@interia.pl>2007-04-22 06:26:04 -0400
committerDave Jones <davej@redhat.com>2007-04-26 14:32:03 -0400
commit07844252ffd81ec192a62014bada1016c9703765 (patch)
tree0eef9afccbd7eaa9818acd111e7cd73d17968df5
parent632786ce9ff6206951ee4c84fe5c0d5c1d12f4cc (diff)
[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>
-rw-r--r--arch/i386/kernel/cpu/cpufreq/longhaul.c2
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)
683 sizeof(samuel2_eblcr)); 683 sizeof(samuel2_eblcr));
684 break; 684 break;
685 case 1 ... 15: 685 case 1 ... 15:
686 longhaul_version = TYPE_LONGHAUL_V2; 686 longhaul_version = TYPE_LONGHAUL_V1;
687 if (c->x86_mask < 8) { 687 if (c->x86_mask < 8) {
688 cpu_model = CPU_SAMUEL2; 688 cpu_model = CPU_SAMUEL2;
689 cpuname = "C3 'Samuel 2' [C5B]"; 689 cpuname = "C3 'Samuel 2' [C5B]";