diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-10-06 12:42:05 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-10-06 15:22:06 +0200 |
commit | abd44c51bf1ae7b3d5cf67da04dd622d7cc25d98 (patch) | |
tree | 4e8f6d481f99fe5f94eeb6f84a21690f7e27d5c7 /rootdir/etc/init.qcom.power.rc | |
parent | e672ea8d78aca169c35458db0a124737572e1f0e (diff) |
msm8996-common: rootdir: Don't start iop service
* That's not a thing anymore
Change-Id: I6bf08de4f97b1901183d8b459541868675732be9
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc/init.qcom.power.rc')
-rw-r--r-- | rootdir/etc/init.qcom.power.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index bc0d0d5..7784cf9 100644 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -175,9 +175,6 @@ on property:sys.boot_completed=1 # Set I/O squeduler setprop sys.io.scheduler "bfq" - # Start I/O prefetcher service - start iop - # update cpusets now that boot is complete and we want better load balancing write /dev/cpuset/top-app/cpus 0-3 write /dev/cpuset/foreground/cpus 0-2 |