diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-01-28 20:33:47 +0800 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 17:46:56 +0800 |
| commit | 4693a811cdc66c3cf7ec26b866bfcbd648ed033a (patch) | |
| tree | 6e6a7f25ba30cafb0bc33a326bfe14fafa8a9f73 | |
| parent | ea4ef758d9bd9a90f2783d67ec3bcdd3ca466b2f (diff) | |
flo: Correct thread migration notifier path
cgroups changed since Lollipop and there is no more apps
directory in /dev/cpuctl.
Change-Id: I5d868402146f143bcbfaf2e333a19f4c402e0bec
| -rw-r--r-- | init.flo.power.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.flo.power.rc b/init.flo.power.rc index d16f37f..ef58471 100644 --- a/init.flo.power.rc +++ b/init.flo.power.rc @@ -36,7 +36,7 @@ on enable-low-power write /sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq 384000 write /sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq 384000 - write /dev/cpuctl/apps/cpu.notify_on_migrate 1 + write /dev/cpuctl/cpu.notify_on_migrate 1 on charger # Enable Power modes and set the CPU Freq Sampling rates |
