mirror of
				https://github.com/brain-hackers/brain-config.git
				synced 2025-11-04 06:28:39 +09:00 
			
		
		
		
	Include io_is_busy in cpufreq settings
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user