Merge "init.qcom.post_boot: enable perfd for msm8994"
This commit is contained in:
commit
fcd001142f
|
@ -1,5 +1,5 @@
|
|||
#!/system/bin/sh
|
||||
# Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
|
||||
# Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
|
@ -662,6 +662,9 @@ case "$target" in
|
|||
start mpdecision
|
||||
echo 512 > /sys/block/mmcblk0/bdi/read_ahead_kb
|
||||
;;
|
||||
"msm8994")
|
||||
start perfd
|
||||
;;
|
||||
"apq8084")
|
||||
rm /data/system/default_values
|
||||
start mpdecision
|
||||
|
|
Loading…
Reference in New Issue