Revert "Stretch CPU frequency bounds"

This reverts commit a9d0a8c6ee.
latency
tytydraco 4 years ago
parent 7afb7e4d77
commit 80e2317c25

@ -141,10 +141,6 @@ do
# Fetch the available governors from the CPU
avail_govs="$(cat "$cpu/scaling_available_governors")"
# Stretch CPU bounds
write "$cpu/scaling_max_freq" "$(cat "$cpu/cpuinfo_max_freq")"
write "$cpu/scaling_min_freq" "$(cat "$cpu/cpuinfo_min_freq")"
# Attempt to set the governor in this order
for governor in schedutil interactive
do

Loading…
Cancel
Save