ipq40xx: Tweaked settings for cpu ondemand scheduler

This commit is contained in:
LEAN-ESX 2019-05-27 07:41:26 -07:00
parent 0d0d8f2648
commit 4ce1ffb2ae
2 changed files with 5 additions and 1 deletions

View File

@ -31,4 +31,7 @@ boot() {
echo "Linksys EA6350v3: boot_part=$(fw_printenv -n boot_part)"
;;
esac
echo 35 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
}

View File

@ -16,7 +16,8 @@ case $(board_name) in
mtd resetbc s_env
;;
esac
}
echo 35 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
}