From: Cesar Eduardo Barros Date: Sat, 16 Feb 2008 10:41:24 +0000 (-0200) Subject: [CPUFREQ] Warn when cpufreq_register_notifier called before pure initcalls X-Git-Tag: v2.6.26-rc1~697^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74212ca432982903d0fc6a0f282b199e000ad8b1;p=pandora-kernel.git [CPUFREQ] Warn when cpufreq_register_notifier called before pure initcalls If cpufreq_register_notifier is called before pure initcalls, init_cpufreq_transition_notifier_list will overwrite whatever it did, causing notifiers to be ignored. Print some noise to the kernel log if that happens. Signed-off-by: Cesar Eduardo Barros Signed-off-by: Dave Jones --- Reading git-diff-tree failed