commit | 74212ca432982903d0fc6a0f282b199e000ad8b1 | [log] [tgz] |
---|---|---|
author | Cesar Eduardo Barros <cesarb@cesarb.net> | Sat Feb 16 08:41:24 2008 -0200 |
committer | Dave Jones <davej@redhat.com> | Mon Apr 28 15:05:44 2008 -0400 |
tree | 3fb784de921c831cc85577ef7fc9750d1414f1e3 | |
parent | 457091181176643787a547dc04eb3cf5dcd822ce [diff] |
[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 <cesarb@cesarb.net> Signed-off-by: Dave Jones <davej@codemonkey.org.uk>