These messages don''t exist in powernow''s equivalent code, and are pretty useless anyway, hence just cluttering the logs. Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: 2008-11-20/xen/arch/x86/acpi/cpufreq/cpufreq.c ==================================================================--- 2008-11-20.orig/xen/arch/x86/acpi/cpufreq/cpufreq.c 2008-11-05 16:54:22.000000000 +0100 +++ 2008-11-20/xen/arch/x86/acpi/cpufreq/cpufreq.c 2008-12-03 11:58:49.000000000 +0100 @@ -327,16 +327,10 @@ static int acpi_cpufreq_target(struct cp next_perf_state = data->freq_table[next_state].index; if (perf->state == next_perf_state) { - if (unlikely(policy->resume)) { - printk(KERN_INFO "Called after resume, resetting to P%d\n", - next_perf_state); + if (unlikely(policy->resume)) policy->resume = 0; - } - else { - printk(KERN_DEBUG "Already at target state (P%d)\n", - next_perf_state); + else return 0; - } } switch (data->cpu_feature) { _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel