mirror of
https://github.com/brain-hackers/brain-config.git
synced 2026-08-10 15:16:40 +09:00
Include io_is_busy in cpufreq settings
This commit is contained in:
Vendored
+7
@@ -1,3 +1,10 @@
|
|||||||
|
raspi-config (20150706) jessie; urgency=low
|
||||||
|
|
||||||
|
* Include io_is_busy in cpufreq settings
|
||||||
|
* Bump standards version to 3.9.6
|
||||||
|
|
||||||
|
-- Serge Schneider <[email protected]> Mon, 06 Jul 2015 08:59:56 +0100
|
||||||
|
|
||||||
raspi-config (20150603) jessie; urgency=low
|
raspi-config (20150603) jessie; urgency=low
|
||||||
|
|
||||||
* systemd compatibility
|
* systemd compatibility
|
||||||
|
|||||||
Vendored
+1
-1
@@ -3,7 +3,7 @@ Section: utils
|
|||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Serge Schneider <[email protected]>
|
Maintainer: Serge Schneider <[email protected]>
|
||||||
Build-Depends: debhelper (>= 8.0.0)
|
Build-Depends: debhelper (>= 8.0.0)
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.6
|
||||||
Vcs-Git: git://[email protected]:RPi-Distro/raspi-config.git
|
Vcs-Git: git://[email protected]:RPi-Distro/raspi-config.git
|
||||||
Vcs-Browser: https://github.com/RPi-Distro/raspi-config
|
Vcs-Browser: https://github.com/RPi-Distro/raspi-config
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
@@ -26,6 +26,7 @@ case "$1" in
|
|||||||
echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
||||||
echo 100000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
|
echo 100000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
|
||||||
echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
||||||
|
echo 1 | sudo tee /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
|
||||||
fi
|
fi
|
||||||
log_end_msg 0
|
log_end_msg 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user