Skip to content

Commit 0fe6a54

Browse files
author
Frantisek Hrbata
committed
Merge: redhat/configs: Change the amd-pstate driver from builtin to loadable
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1716 Bugzilla: https://bugzilla.redhat.com/2143793 Upstream Status: RHEL-Only Tested: https://bugzilla.redhat.com/show_bug.cgi?id=2143793#c19 The amd-pstate driver can have a negative performance impact on some AMD servers. The fix for now is to avoid having this driver load by default which can be accomplished by transitioning it from builtin to loadable. Signed-off-by: David Arcari <darcari@redhat.com> Approved-by: Chris von Recklinghausen <crecklin@redhat.com> Approved-by: Steve Best <sbest@redhat.com> Approved-by: Mark Langsdorf <mlangsdo@redhat.com> Signed-off-by: Frantisek Hrbata <fhrbata@redhat.com>
2 parents 44c5d7a + a8e09c9 commit 0fe6a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
CONFIG_X86_AMD_PSTATE=y
1+
# This must remain as 'm' for AMD servers which will load ACPI drivers before the amd_pstate driver
2+
CONFIG_X86_AMD_PSTATE=m

0 commit comments

Comments
 (0)