Hi,
On Tue, Jul 15, 2008 at 05:36:13PM -0400, Jason Baron wrote:
what's contained in this file (couldn't find it in this or one of the other
diffs, but may have missed it).
Hm.... What about leaving this as it is, renaming the
drivers/cpufreq/cpufreq.c function to __cpufreq_debug_printk(), and then
adding to include/linux/cpufreq.h
#define cpufreq_debug_printk(type, prefix, msg...) do { \
if (dynamic_dbg_enabled(TYPE_FLAG, type, cpufreq_debug))
cpufreq_debug_printk(type, prefix, msg); \
} while (0)
...
can't we just depend on thing on another?
cpufreq.cpufreq_debug is ugly and not backwards compatible... what about
module_param_named(debug, cpufreq_debug, uint, 0644) [or the other way
around, I always forget...])
Best,
Dominik
--