init.mako.rc: Enable ondemand multi-core performance optimizations

Setting the default values of the sysfs nodes to turn ON
optimal_freq, sync_freq and their corresponding load thresholds
in the ondemand governor

Change-Id: Iadac44cbd0b9ff060c42574812f7f076677b7004
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/init.mako.rc b/init.mako.rc
index 87a9a1a..0704413 100644
--- a/init.mako.rc
+++ b/init.mako.rc
@@ -229,6 +229,12 @@
     write /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate 50000
     write /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy 1
     write /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor 4
+    write /sys/devices/system/cpu/cpufreq/ondemand/down_differential 10
+    write /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_multi_core 60
+    write /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core 3
+    write /sys/devices/system/cpu/cpufreq/ondemand/optimal_freq 918000
+    write /sys/devices/system/cpu/cpufreq/ondemand/sync_freq 1026000
+    write /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load 80
     write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 384000
     write /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq 384000
     write /sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq 384000