Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=904f7a3f042b5c6aa9e53ce83f2c9de5e33170ff
Commit:     904f7a3f042b5c6aa9e53ce83f2c9de5e33170ff
Parent:     99fbe1ac217e8b9d4141504e879327cb4e42d4ff
Author:     Dave Jones <[EMAIL PROTECTED]>
AuthorDate: Fri May 18 13:22:28 2007 -0400
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Fri May 18 13:25:12 2007 -0400

    [CPUFREQ] powernow-k8: clarify number of cores.
    
    Indicate number of processors and cores more cleanly
    in startup messages.
    
    Signed-off-by: Mark Langsdorf <[EMAIL PROTECTED]>
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
---
 arch/i386/kernel/cpu/cpufreq/powernow-k8.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c 
b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
index 4ade55c..9773368 100644
--- a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
+++ b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
@@ -1330,8 +1330,9 @@ static int __cpuinit powernowk8_init(void)
 
        if (supported_cpus == num_online_cpus()) {
                printk(KERN_INFO PFX "Found %d %s "
-                       "processors (" VERSION ")\n", supported_cpus,
-                       boot_cpu_data.x86_model_id);
+                       "processors (%d cpu cores) (" VERSION ")\n",
+                       supported_cpus/cpu_data[0].booted_cores,
+                       boot_cpu_data.x86_model_id, supported_cpus);
                return cpufreq_register_driver(&cpufreq_amd64_driver);
        }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to