Revert "Stretch CPU frequency bounds"

This reverts commit a9d0a8c6ee.
latency
tytydraco 4 years ago
parent 4353b94389
commit a6e7e7c355

@ -144,10 +144,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