From 80e2317c258d716fa880440b265b21066bf98d20 Mon Sep 17 00:00:00 2001 From: tytydraco Date: Sat, 3 Oct 2020 23:21:06 -0700 Subject: [PATCH] Revert "Stretch CPU frequency bounds" This reverts commit a9d0a8c6ee41c7c4d0d3f3cb2906c690c377961b. --- ktweak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ktweak b/ktweak index 4a4d624..1386008 100644 --- a/ktweak +++ b/ktweak @@ -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