diff --git a/scripts/cpufreqctl.sh b/scripts/cpufreqctl.sh index dad4b98..6977d2c 100755 --- a/scripts/cpufreqctl.sh +++ b/scripts/cpufreqctl.sh @@ -208,7 +208,7 @@ function get_frequency_min_limit () { function get_frequency_max_limit () { if [ -z $CORE ]; then CORE=0; fi - cat $FLROOT/cpu$CORE/cpufreq/cpuinfo_max_freq + cat $FLROOT/cpu$CORE/cpufreq/scaling_max_freq } function get_energy_performance_preference () {