Skip to content

Commit fc44f60

Browse files
committed
ACPI: arm64: export acpi_arch_thermal_cpufreq_pctg()
jira LE-1907 Rebuild_History Non-Buildable kernel-5.14.0-427.35.1.el9_4 commit-author Arnd Bergmann <arnd@arndb.de> commit ccb45b3 Empty-Commit: Cherry-Pick Conflicts during history rebuild. Will be included in final tarball splat. Ref for failed cherry-pick at: ciq/ciq_backports/kernel-5.14.0-427.35.1.el9_4/ccb45b34.failed The cpufreq code can be in a loadable module, so the architecture support for it has to be exported: ERROR: modpost: "acpi_arch_thermal_cpufreq_pctg" [drivers/acpi/processor.ko] undefined! Fixes: 310293a ("ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> (cherry picked from commit ccb45b3) Signed-off-by: Jonathan Maple <jmaple@ciq.com> # Conflicts: # drivers/acpi/arm64/thermal_cpufreq.c
1 parent 3581783 commit fc44f60

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
ACPI: arm64: export acpi_arch_thermal_cpufreq_pctg()
2+
3+
jira LE-1907
4+
Rebuild_History Non-Buildable kernel-5.14.0-427.35.1.el9_4
5+
commit-author Arnd Bergmann <arnd@arndb.de>
6+
commit ccb45b34d44016b91fa75646741d317d6d6fdeea
7+
Empty-Commit: Cherry-Pick Conflicts during history rebuild.
8+
Will be included in final tarball splat. Ref for failed cherry-pick at:
9+
ciq/ciq_backports/kernel-5.14.0-427.35.1.el9_4/ccb45b34.failed
10+
11+
The cpufreq code can be in a loadable module, so the architecture support
12+
for it has to be exported:
13+
14+
ERROR: modpost: "acpi_arch_thermal_cpufreq_pctg" [drivers/acpi/processor.ko] undefined!
15+
16+
Fixes: 310293a2b941 ("ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241")
17+
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
18+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
19+
(cherry picked from commit ccb45b34d44016b91fa75646741d317d6d6fdeea)
20+
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
21+
22+
# Conflicts:
23+
# drivers/acpi/arm64/thermal_cpufreq.c
24+
* Unmerged path drivers/acpi/arm64/thermal_cpufreq.c
25+
* Unmerged path drivers/acpi/arm64/thermal_cpufreq.c

0 commit comments

Comments
 (0)