Skip to content

Turn on CONFIG_CPU_FREQ_GOV_SCHEDUTIL for x86

Justin M. Forbes requested to merge jmflinuxtx/kernel-ark:x86schedutil into os-build

While CPU_FREQ_GOV_SCHEDUTIL was reviewed and turned off some time ago, X86_INTEL_PSTATE was reviewed and turned on for x86. With commit a00ec387 these options are now conflicting as X86_INTEL_PSTATE selects pstate as the default governor now. We have been building this way for quite some time, but because an MR was never created to get reviews, it has not been formalized. This seeks to rectify that.

Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org

Merge request reports