cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init()
authorLifeng Zheng <zhenglifeng1@huawei.com>
Fri, 17 Jan 2025 10:14:57 +0000 (18:14 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 Jan 2025 20:06:33 +0000 (21:06 +0100)
commit2b16c631832df6cf8782fb1fdc7df8a4f03f4f16
tree6bf9b8f458bb975800c8f9af3181dda86e5e7b1c
parent03d8b4e76266e11662c5e544854b737843173e2d
cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init()

At the end of cpufreq_online() in cpufreq.c, set_boost is executed and
the per-policy boost flag is set to mirror the cpufreq_driver boost, so
it is not necessary to run set_boost in acpi_cpufreq_cpu_init().

Signed-off-by: Lifeng Zheng <zhenglifeng1@huawei.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://patch.msgid.link/20250117101457.1530653-5-zhenglifeng1@huawei.com
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/acpi-cpufreq.c