projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e74d633
)
[CPUFREQ] powernow-k7: don't print khz element of FSB.
author
Dave Jones
<davej@redhat.com>
Wed, 1 Jun 2005 02:03:42 +0000
(19:03 -0700)
committer
Dave Jones
<davej@redhat.com>
Wed, 1 Jun 2005 02:03:42 +0000
(19:03 -0700)
Signed-off-by: Dave Jones <davej@redhat.com>
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/cpu/cpufreq/powernow-k7.c
b/arch/i386/kernel/cpu/cpufreq/powernow-k7.c
index
913f652
..
80f01b0
100644
(file)
--- a/
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
+++ b/
arch/i386/kernel/cpu/cpufreq/powernow-k7.c
@@
-592,7
+592,7
@@
static int __init powernow_cpu_init (struct cpufreq_policy *policy)
printk(KERN_WARNING PFX "can not determine bus frequency\n");
return -EINVAL;
}
- dprintk("FSB: %3d
.%03d MHz\n", fsb/1000, fsb%
1000);
+ dprintk("FSB: %3d
MHz\n", fsb/
1000);
if (dmi_check_system(powernow_dmi_table) || acpi_force) {
printk (KERN_INFO PFX "PSB/PST known to be broken. Trying ACPI instead\n");