public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Ubuntu PATCH] cpufreq: fix powernow-k8 load bug
@ 2006-06-21  5:32 Randy Dunlap
  2006-06-21  5:41 ` Dave Jones
  2006-06-22 20:38 ` Pavel Machek
  0 siblings, 2 replies; 8+ messages in thread
From: Randy Dunlap @ 2006-06-21  5:32 UTC (permalink / raw)
  To: davej, lkml, akpm

Fix powernow-k8 doesn't load bug.
Reference: https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/35145

http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=dce0ca36f2ae348f005735e9acd400d2c0954421



---
 arch/i386/kernel/cpu/cpufreq/powernow-k8.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2617-pv.orig/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
+++ linux-2617-pv/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
@@ -1008,7 +1008,7 @@ static int __cpuinit powernowk8_cpu_init
 		 * an UP version, and is deprecated by AMD.
 		 */
 
-		if ((num_online_cpus() != 1) || (num_possible_cpus() != 1)) {
+		if ((num_online_cpus() != 1)) {
 			printk(KERN_ERR PFX "MP systems not supported by PSB BIOS structure\n");
 			kfree(data);
 			return -ENODEV;




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

end of thread, other threads:[~2006-06-23 13:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-21  5:32 [Ubuntu PATCH] cpufreq: fix powernow-k8 load bug Randy Dunlap
2006-06-21  5:41 ` Dave Jones
2006-06-21  5:45   ` Dave Jones
2006-06-22 20:38 ` Pavel Machek
2006-06-23 12:28   ` Dave Jones
2006-06-23 12:46     ` Pavel Machek
2006-06-23 13:04       ` Dave Jones
2006-06-23 13:05         ` Pavel Machek

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