Files
android_kernel_xiaomi_sm8450/arch/ia64/kernel
Dominik Brodowski 2d06d8c49a [CPUFREQ] use dynamic debug instead of custom infrastructure
With dynamic debug having gained the capability to report debug messages
also during the boot process, it offers a far superior interface for
debug messages than the custom cpufreq infrastructure. As a first step,
remove the old cpufreq_debug_printk() function and replace it with a call
to the generic pr_debug() function.

How can dynamic debug be used on cpufreq? You need a kernel which has
CONFIG_DYNAMIC_DEBUG enabled.

To enabled debugging during runtime, mount debugfs and

$ echo -n 'module cpufreq +p' > /sys/kernel/debug/dynamic_debug/control

for debugging the complete "cpufreq" module. To achieve the same goal during
boot, append

	ddebug_query="module cpufreq +p"

as a boot parameter to the kernel of your choice.

For more detailled instructions, please see
Documentation/dynamic-debug-howto.txt

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Dave Jones <davej@redhat.com>
2011-05-04 11:50:57 -04:00
..
2011-03-23 02:19:58 -04:00
2010-02-08 10:42:17 -08:00
2005-04-16 15:20:36 -07:00
2011-03-31 11:26:23 -03:00
2011-03-22 10:54:24 -07:00
2006-06-21 11:19:22 -07:00
2010-03-03 11:25:59 +01:00
2009-10-29 22:34:15 +09:00
2011-03-29 14:48:05 +02:00
2010-09-23 13:52:07 -07:00
2008-02-04 15:42:06 -08:00
2008-02-04 15:42:06 -08:00
2009-06-17 09:33:49 -07:00
2008-04-08 13:51:35 -07:00
2009-03-27 11:11:04 -07:00
2009-03-27 11:11:04 -07:00
2011-03-31 11:26:23 -03:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-12-07 10:48:19 -08:00
2007-05-08 14:51:59 -07:00
2010-02-08 10:42:17 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-02-08 10:42:17 -08:00
2010-05-18 14:45:54 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00