Commit 9d1f44ee206a23b975d7d7c6f759efb25e0e61ac

Authored by Dave Jones
1 parent 307069cf6c

[CPUFREQ] Remove pointless printk from p4-clockmod.

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>

Showing 1 changed file with 1 additions and 6 deletions Side-by-side Diff

arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
... ... @@ -178,13 +178,8 @@
178 178 }
179 179 }
180 180  
181   - if (c->x86 != 0xF) {
182   - if (!cpu_has(c, X86_FEATURE_EST))
183   - printk(KERN_WARNING PFX "Unknown CPU. "
184   - "Please send an e-mail to "
185   - "<cpufreq@vger.kernel.org>\n");
  181 + if (c->x86 != 0xF)
186 182 return 0;
187   - }
188 183  
189 184 /* on P-4s, the TSC runs with constant frequency independent whether
190 185 * throttling is active or not. */