public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powernow-k8: depend on acpi-processor for SMP systems
@ 2007-05-16 23:50 Daniel Drake
  2007-05-17  0:03 ` Dave Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Daniel Drake @ 2007-05-16 23:50 UTC (permalink / raw)
  To: davej; +Cc: duaneg, prakash, jhoblitt, linux-kernel

powernow-k8 uses PSB BIOS tables to read frequency info on UP systems, but
on SMP it requires the acpi-processor driver. Kconfig should be updated
accordingly to avoid the issues that users are running into.

http://bugzilla.kernel.org/show_bug.cgi?id=8075
https://bugs.gentoo.org/show_bug.cgi?id=178585

Signed-off-by: Daniel Drake <dsd@gentoo.org>

Index: linux/arch/i386/kernel/cpu/cpufreq/Kconfig
===================================================================
--- linux.orig/arch/i386/kernel/cpu/cpufreq/Kconfig
+++ linux/arch/i386/kernel/cpu/cpufreq/Kconfig
@@ -81,6 +81,7 @@ config X86_POWERNOW_K7_ACPI
 config X86_POWERNOW_K8
 	tristate "AMD Opteron/Athlon64 PowerNow!"
 	select CPU_FREQ_TABLE
+	select ACPI_PROCESSOR if SMP
 	depends on EXPERIMENTAL
 	help
 	  This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 processors.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2007-06-04 10:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-16 23:50 [PATCH] powernow-k8: depend on acpi-processor for SMP systems Daniel Drake
2007-05-17  0:03 ` Dave Jones
2007-05-17  0:26 ` Joshua Hoblitt
2007-05-17  0:37   ` Dave Jones
2007-05-17  0:54   ` Daniel Drake
2007-05-17  1:03     ` Ed Sweetman
2007-05-17  9:02 ` Pavel Machek
2007-05-17 10:24   ` Ed Sweetman
2007-06-04 10:52     ` Pavel Machek
2007-05-17 18:13 ` Len Brown
2007-05-17 18:23   ` Dave Jones
2007-05-17 21:29     ` Ed Sweetman
2007-05-17 21:40       ` Ed Sweetman
2007-05-17 21:52         ` Dave Jones
2007-05-17 22:15           ` Ed Sweetman
2007-05-17 21:43       ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox