[PATCH] undefined reference to `acpi_processor_register_performance

From: Randy.Dunlap
Date: Fri Jun 18 2004 - 00:04:22 EST



Several CPU_FREQ options need ACPI_PROCESSOR interfaces
to build.

Signed-off-by: Randy Dunlap <rddunlap@xxxxxxxx>


diffstat:=
arch/i386/kernel/cpu/cpufreq/Kconfig | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff -Naurp ./arch/i386/kernel/cpu/cpufreq/Kconfig~cpu_freqs ./arch/i386/kernel/cpu/cpufreq/Kconfig
--- ./arch/i386/kernel/cpu/cpufreq/Kconfig~cpu_freqs 2004-06-15 22:19:01.000000000 -0700
+++ ./arch/i386/kernel/cpu/cpufreq/Kconfig 2004-06-17 21:52:21.000000000 -0700
@@ -80,7 +80,7 @@ config X86_POWERNOW_K6

config X86_POWERNOW_K7
tristate "AMD Mobile Athlon/Duron PowerNow!"
- depends on CPU_FREQ_TABLE
+ depends on CPU_FREQ_TABLE && ACPI_PROCESSOR
help
This adds the CPUFreq driver for mobile AMD K7 mobile processors.

@@ -90,7 +90,7 @@ config X86_POWERNOW_K7

config X86_POWERNOW_K8
tristate "AMD Opteron/Athlon64 PowerNow!"
- depends on CPU_FREQ && EXPERIMENTAL
+ depends on CPU_FREQ && ACPI_PROCESSOR && EXPERIMENTAL
help
This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 processors.

@@ -111,7 +111,7 @@ config X86_GX_SUSPMOD

config X86_SPEEDSTEP_CENTRINO
tristate "Intel Enhanced SpeedStep"
- depends on CPU_FREQ_TABLE
+ depends on CPU_FREQ_TABLE && ACPI_PROCESSOR
help
This adds the CPUFreq driver for Enhanced SpeedStep enabled
mobile CPUs. This means Intel Pentium M (Centrino) CPUs.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/