From 74212ca432982903d0fc6a0f282b199e000ad8b1 Mon Sep 17 00:00:00 2001 From: Cesar Eduardo Barros Date: Sat, 16 Feb 2008 08:41:24 -0200 Subject: [PATCH] [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-format-patch failed