summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-13 10:43:52 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-13 10:43:52 -0700
commit8b69ad0e690eb5f38c23087247a12e5fde1baeff (patch)
tree373d790bff8a50fec0e19daf26c30a6b1eb72a71 /arch
parentaba2da66cfbf7790ad79d4dee95871127d5ddf5e (diff)
downloadop-kernel-dev-8b69ad0e690eb5f38c23087247a12e5fde1baeff.zip
op-kernel-dev-8b69ad0e690eb5f38c23087247a12e5fde1baeff.tar.gz
Revert "[CPUFREQ] powernow-k8: clarify number of cores."
This reverts commit 904f7a3f042b5c6aa9e53ce83f2c9de5e33170ff. As noted by Peter Anvin: "It causes build failures on i386. Yet another case of unnecessary divergence between i386 and x86-64 I'm afraid..." Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/kernel/cpu/cpufreq/powernow-k8.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
index 9773368..4ade55c 100644
--- a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
+++ b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
@@ -1330,9 +1330,8 @@ static int __cpuinit powernowk8_init(void)
if (supported_cpus == num_online_cpus()) {
printk(KERN_INFO PFX "Found %d %s "
- "processors (%d cpu cores) (" VERSION ")\n",
- supported_cpus/cpu_data[0].booted_cores,
- boot_cpu_data.x86_model_id, supported_cpus);
+ "processors (" VERSION ")\n", supported_cpus,
+ boot_cpu_data.x86_model_id);
return cpufreq_register_driver(&cpufreq_amd64_driver);
}
OpenPOWER on IntegriCloud