From e399fe53ae90808fc068a47343b1a24668ae5c3b Mon Sep 17 00:00:00 2001 From: Kees Jongenburger Date: Fri, 21 Jun 2013 15:49:09 +0200 Subject: [PATCH] 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 --- etc/system.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0