From: Kees Jongenburger Date: Fri, 21 Jun 2013 13:49:09 +0000 (+0200) Subject: arm:increase the mmc driver process priority. X-Git-Tag: v3.3.0~908 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=e399fe53ae90808fc068a47343b1a24668ae5c3b;p=minix.git arm:increase the mmc driver process priority. Increase driver process priority to prevent starvation. Without special attribute drivers will have the same priority as other userland processes this. Posix test 1 was taking so much resources that it triggered alarms in the MMC driver. Change-Id: Icd3295d8f2a4a284418327a3715641fe9a3b3043 --- diff --git a/etc/system.conf b/etc/system.conf index 944b5ccba..59a2178cd 100644 --- a/etc/system.conf +++ b/etc/system.conf @@ -557,6 +557,7 @@ service mmc 64 83 ; # IRQs allowed + priority 4; # priority queue 4 }; service fb