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 0f1eb507233b..f7016a9e2d3f 100644 --- a/arch/i386/kernel/cpu/cpufreq/Kconfig +++ b/arch/i386/kernel/cpu/cpufreq/Kconfig | |||
@@ -202,6 +202,7 @@ config X86_LONGRUN | |||
202 | config X86_LONGHAUL | 202 | config X86_LONGHAUL |
203 | tristate "VIA Cyrix III Longhaul" | 203 | tristate "VIA Cyrix III Longhaul" |
204 | select CPU_FREQ_TABLE | 204 | select CPU_FREQ_TABLE |
205 | depends on BROKEN | ||
205 | help | 206 | help |
206 | This adds the CPUFreq driver for VIA Samuel/CyrixIII, | 207 | This adds the CPUFreq driver for VIA Samuel/CyrixIII, |
207 | VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T | 208 | VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T |