From: Viresh Kumar Date: Tue, 23 Jul 2019 06:14:06 +0000 (+0530) Subject: arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=40f0fc2a416b343a604a8131247a150588658d32;p=linux.git arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY CPUFREQ_NOTIFY is going to get removed soon, lets use CPUFREQ_CREATE_POLICY instead of that here. CPUFREQ_CREATE_POLICY is called only once (which is exactly what we want here) for each cpufreq policy when it is first created. Signed-off-by: Viresh Kumar Acked-by: Greg Kroah-Hartman Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/base/arch_topology.c b/drivers/base/arch_topology.c index 63c1e76739f12..8cab1f5a8e0c8 100644 --- a/drivers/base/arch_topology.c +++ b/drivers/base/arch_topology.c @@ -174,7 +174,7 @@ init_cpu_capacity_callback(struct notifier_block *nb, if (!raw_capacity) return 0; - if (val != CPUFREQ_NOTIFY) + if (val != CPUFREQ_CREATE_POLICY) return 0; pr_debug("cpu_capacity: init cpu capacity for CPUs [%*pbl] (to_visit=%*pbl)\n",