Skip to content

Commit 92dd519

Browse files
author
Sebastian Andrzej Siewior
committed
cpufreq: drop K8's driver from beeing selected
Ralf posted a picture of a backtrace from | powernowk8_target_fn() -> transition_frequency_fidvid() and then at the | end: | 932 policy = cpufreq_cpu_get(smp_processor_id()); | 933 cpufreq_cpu_put(policy); crashing the system on -RT. I assumed that policy was a NULL pointer but was rulled out. Since Ralf can't do any more investigations on this and I have no machine with this, I simply switch it off. Reported-by: Ralf Mardorf <[email protected]> Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
1 parent 9a1caf7 commit 92dd519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cpufreq/Kconfig.x86

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ config X86_POWERNOW_K7_ACPI
124124

125125
config X86_POWERNOW_K8
126126
tristate "AMD Opteron/Athlon64 PowerNow!"
127-
depends on ACPI && ACPI_PROCESSOR && X86_ACPI_CPUFREQ
127+
depends on ACPI && ACPI_PROCESSOR && X86_ACPI_CPUFREQ && !PREEMPT_RT_BASE
128128
help
129129
This adds the CPUFreq driver for K8/early Opteron/Athlon64 processors.
130130
Support for K10 and newer processors is now in acpi-cpufreq.

0 commit comments

Comments
 (0)