]> Zhao Yanbai Git Server - minix.git/commitdiff
arm:increase the mmc driver process priority. 61/661/2
authorKees Jongenburger <kees.jongenburger@gmail.com>
Fri, 21 Jun 2013 13:49:09 +0000 (15:49 +0200)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Mon, 24 Jun 2013 07:12:10 +0000 (09:12 +0200)
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

etc/system.conf

index 944b5ccba896612dbb9ebe32f89b44efefeba137..59a2178cda22c29df8470822d3f6212dfaa9467a 100644 (file)
@@ -557,6 +557,7 @@ service mmc
                64
                83
        ;               # IRQs allowed
+       priority         4;     # priority queue 4
 };
 
 service fb