Commit 0e1ab0f
Herton R. Krzesinski
Merge: Fix the broken CPPC check for non-X86 systems
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1971
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2164217
The ACPI v5.18 rebase had a commit that was backported with conflicts. In
resolving the conflicts, I accidentally hid the enable of the CPPC cpufreq
driver behind CONFIG_X86. Non-x86 systems stopped being able to use cpufreq.
Revert the bad commit and re-apply it correctly to resolve the issue.
Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
Approved-by: Steve Best <sbest@redhat.com>
Approved-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
679 | | - | |
| 678 | + | |
680 | 679 | | |
681 | 680 | | |
682 | 681 | | |
| |||
0 commit comments