forked from armani-dev/android_kernel_xiaomi_armani_OLD
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msm: Fix high load average from uninterruptible waits
* The load average on all MSMs is currently hovering at around 14 due to uninterruptible waits in various places. * Convert these waits to interruptible waits to bring the load back down to zero at idle. Change-Id: I14bad4af135b1594e235e2252cb484cb34d91054 Signed-off-by: franciscofranco <[email protected]> Signed-off-by: tarun93 <[email protected]>
- Loading branch information
1 parent
d114392
commit 5595f56
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters