summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe Android Automerger <android-build@android.com>2011-11-02 10:33:12 -0700
committerThe Android Automerger <android-build@android.com>2011-11-02 10:33:12 -0700
commitcdd789a643d7c7c10299ed37f3650b8ef8ea7396 (patch)
tree766e7a9f1eb964423f022331f488ee0ff5d18869
parentdba6cdbdb5b7ea6065605883d10c9652e175cd7e (diff)
downloaddevice_samsung_tuna-cdd789a643d7c7c10299ed37f3650b8ef8ea7396.zip
device_samsung_tuna-cdd789a643d7c7c10299ed37f3650b8ef8ea7396.tar.gz
device_samsung_tuna-cdd789a643d7c7c10299ed37f3650b8ef8ea7396.tar.bz2
Revert "Merge "tuna: interactive governor timer 100ms, min sample 10ms" into ics-mr0"
This reverts commit 12216e598d49eee4531518a217d0ce9c80693735, reversing changes made to af04e43346fefcf6d638ba227af186df6df760d9.
-rwxr-xr-xinit.tuna.rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index 980e964..2dabb9d 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -41,10 +41,6 @@ on boot
# Lower maximum frequency when screen is off
write /sys/devices/system/cpu/cpu0/cpufreq/screen_off_max_freq 700000
-# cpufreq interactive governor: timer 100ms, min sample 10ms
- write /sys/devices/system/cpu/cpufreq/interactive/timer_rate 100000
- write /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 10000
-
on fs
mkdir /factory 0775 radio radio
mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system wait ro