···12461246 write_unlock_irqrestore(&cpufreq_driver_lock, flags);12471247 }1248124812491249- blocking_notifier_call_chain(&cpufreq_policy_notifier_list,12501250- CPUFREQ_START, policy);12511251-12521249 ret = cpufreq_init_policy(policy);12531250 if (ret) {12541251 pr_err("%s: Failed to initialize policy for cpu: %d (%d)\n",
-3
drivers/cpufreq/ppc_cbe_cpufreq_pmi.c
···100100 /* Should this really be called for CPUFREQ_ADJUST and CPUFREQ_NOTIFY101101 * policy events?)102102 */103103- if (event == CPUFREQ_START)104104- return 0;105105-106103 node = cbe_cpu_to_node(policy->cpu);107104108105 pr_debug("got notified, event=%lu, node=%u\n", event, node);