mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 09:48:03 +09:00
Include io_is_busy in cpufreq settings
This commit is contained in:
parent
7b0de39122
commit
668a8882bb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <serge@raspberrypi.org> Mon, 06 Jul 2015 08:59:56 +0100
|
||||
|
||||
raspi-config (20150603) jessie; urgency=low
|
||||
|
||||
* systemd compatibility
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -3,7 +3,7 @@ Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Serge Schneider <serge@raspberrypi.org>
|
||||
Build-Depends: debhelper (>= 8.0.0)
|
||||
Standards-Version: 3.9.5
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Git: git://git@github.com:RPi-Distro/raspi-config.git
|
||||
Vcs-Browser: https://github.com/RPi-Distro/raspi-config
|
||||
|
||||
|
1
debian/raspi-config.init
vendored
1
debian/raspi-config.init
vendored
@ -26,6 +26,7 @@ case "$1" in
|
||||
echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
||||
echo 100000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
|
||||
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
|
||||
log_end_msg 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user