Skip to content

Commit a8e09c9

Browse files
committed
redhat/configs: Change the amd-pstate driver from builtin to loadable
Bugzilla: https://bugzilla.redhat.com/2143793 Upstream Status: RHEL-Only 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>
1 parent 90a2219 commit a8e09c9

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)