Android Multi-Core Enable/Disable

Android Multi-Core Enable/Disable
Actually support for Hot Plug-gable CPU's added by Config file.


Config Option is below:
CONFIG_HOTPLUG_CPU=y
or # CONFIG_HOTPLUG_CPU is not set
Check for more details

If your device has root permission, you can execute below commands for the above.
adb shell stop mpdecision 
adb shell "echo 1 > /sys/devices/system/cpu/cpu1/online" 
adb shell "echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" 
adb shell "echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor"

你可能感兴趣的:(Android Multi-Core Enable/Disable)