Merge "rootdir: etc: change max readahead size to 512K in init"

This commit is contained in:
Linux Build Service Account 2013-04-11 15:18:10 -07:00 committed by Gerrit - the friendly Code Review server
commit 89620f949a
1 changed files with 5 additions and 1 deletions

View File

@ -342,9 +342,13 @@ esac
# Post-setup services # Post-setup services
case "$target" in case "$target" in
"msm8660" | "msm8960" | "msm8974") "msm8660" | "msm8960")
start mpdecision start mpdecision
;; ;;
"msm8974")
start mpdecision
echo 512 > /sys/block/mmcblk0/bdi/read_ahead_kb
;;
"msm7627a") "msm7627a")
soc_id=`cat /sys/devices/system/soc/soc0/id` soc_id=`cat /sys/devices/system/soc/soc0/id`
case "$soc_id" in case "$soc_id" in