projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
307069c
)
[CPUFREQ] Remove pointless printk from p4-clockmod.
author
Dave Jones
<davej@redhat.com>
Tue, 3 Aug 2010 17:47:30 +0000
(13:47 -0400)
committer
Dave Jones
<davej@redhat.com>
Tue, 3 Aug 2010 17:47:30 +0000
(13:47 -0400)
The only machines this is triggering on should be supported by
acpi-cpufreq or acpi's internal throttling.
Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
b/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
index 7b8a8ba67b0779911991ba8fbb1cbab28b6fa749..bd1cac747f671e0487fd95efd41e6521528ca334 100644
(file)
--- a/
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
+++ b/
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
@@
-178,13
+178,8
@@
static unsigned int cpufreq_p4_get_frequency(struct cpuinfo_x86 *c)
}
}
- if (c->x86 != 0xF) {
- if (!cpu_has(c, X86_FEATURE_EST))
- printk(KERN_WARNING PFX "Unknown CPU. "
- "Please send an e-mail to "
- "<cpufreq@vger.kernel.org>\n");
+ if (c->x86 != 0xF)
return 0;
- }
/* on P-4s, the TSC runs with constant frequency independent whether
* throttling is active or not. */