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
This commit is contained in:
parent
061fed753e
commit
e399fe53ae
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,7 @@ service mmc
|
|||
64
|
||||
83
|
||||
; # IRQs allowed
|
||||
priority 4; # priority queue 4
|
||||
};
|
||||
|
||||
service fb
|
||||
|
|
Loading…
Reference in a new issue