diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/powernow-k8.c | 5 |
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 977336834127..4ade55c5f333 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) | |||
1330 | 1330 | ||
1331 | if (supported_cpus == num_online_cpus()) { | 1331 | if (supported_cpus == num_online_cpus()) { |
1332 | printk(KERN_INFO PFX "Found %d %s " | 1332 | printk(KERN_INFO PFX "Found %d %s " |
1333 | "processors (%d cpu cores) (" VERSION ")\n", | 1333 | "processors (" VERSION ")\n", supported_cpus, |
1334 | supported_cpus/cpu_data[0].booted_cores, | 1334 | boot_cpu_data.x86_model_id); |
1335 | boot_cpu_data.x86_model_id, supported_cpus); | ||
1336 | return cpufreq_register_driver(&cpufreq_amd64_driver); | 1335 | return cpufreq_register_driver(&cpufreq_amd64_driver); |
1337 | } | 1336 | } |
1338 | 1337 | ||