mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
sched/walt: Improve the scheduler
This change is for general scheduler improvement. Change-Id: I17cca453e5a4e6bbf4d0b55440d9f776dc2583cb Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
This commit is contained in:
parent
9847c28cfd
commit
c81145e1f4
|
|
@ -192,7 +192,7 @@ static void sched_boost_disable(int type)
|
|||
* be disabled. Disable it first and then apply
|
||||
* the next boost.
|
||||
*/
|
||||
sb->exit();
|
||||
sched_boosts[prev_boost].exit();
|
||||
sched_boosts[next_boost].enter();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user