Merge "init.qcom.post_boot: enable perfd for msm8994"

This commit is contained in:
Linux Build Service Account 2014-08-22 05:37:40 -07:00 committed by Gerrit - the friendly Code Review server
commit fcd001142f
1 changed files with 4 additions and 1 deletions

View File

@ -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