Remove io_is_busy

This commit is contained in:
Serge Schneider 2016-04-26 10:10:36 +01:00
parent 8af52bed39
commit f09ede78ee

View File

@ -26,7 +26,6 @@ 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 > /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
fi
log_end_msg 0
fi