diff options
author | Dave Jones <davej@redhat.com> | 2006-03-11 16:03:16 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-03-11 16:03:16 -0500 |
commit | 5e8fb97163c7bf2b370290b4924babc361b05dde (patch) | |
tree | 0423452595961d71144a271f0b949f264d2cedbd /arch/i386 | |
parent | bb1a813d3c49e57814958d2d52b5bb299204032e (diff) |
[CPUFREQ] Mark longhaul driver as broken.
This seems to work for a short period of time, but when
used in conjunction with a userspace governor that changes
the frequency regularly, it's only a matter of time before
everything just locks up.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/Kconfig b/arch/i386/kernel/cpu/cpufreq/Kconfig index 0f1eb507233..f7016a9e2d3 100644 --- a/arch/i386/kernel/cpu/cpufreq/Kconfig +++ b/arch/i386/kernel/cpu/cpufreq/Kconfig @@ -202,6 +202,7 @@ config X86_LONGRUN config X86_LONGHAUL tristate "VIA Cyrix III Longhaul" select CPU_FREQ_TABLE + depends on BROKEN help This adds the CPUFreq driver for VIA Samuel/CyrixIII, VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T |