Commit de5eb2d
sched: Explicitly cpu_idle_type checking in rebalance_domains()
After commit 88b8dac, dst-cpu can be changed in load_balance(),
then we can't know cpu_idle_type of dst-cpu when load_balance()
return positive. So, add explicit cpu_idle_type checking.
Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Tested-by: Jason Low <jason.low2@hp.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
Cc: Davidlohr Bueso <davidlohr.bueso@hp.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1366705662-3587-3-git-send-email-iamjoonsoo.kim@lge.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>1 parent f1cd085 commit de5eb2d
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5523 | 5523 | | |
5524 | 5524 | | |
5525 | 5525 | | |
5526 | | - | |
5527 | | - | |
| 5526 | + | |
| 5527 | + | |
| 5528 | + | |
5528 | 5529 | | |
5529 | | - | |
| 5530 | + | |
5530 | 5531 | | |
5531 | 5532 | | |
5532 | 5533 | | |
| |||
0 commit comments