git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a0c68
)
sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks...
author
Vladimir Davydov
<vdavydov@parallels.com>
Sun, 15 Sep 2013 17:30:13 +0000
(21:30 +0400)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 20 Sep 2013 10:02:20 +0000
(12:02 +0200)
Currently new_dst_cpu is prevented from being reselected actually, not
dst_cpu. This can result in attempting to pull tasks to this_cpu twice.
Signed-off-by: Vladimir Davydov <vdavydov@parallels.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link:
http://lkml.kernel.org/r/281f59b6e596c718dd565ad267fc38f5b8e5c995.1379265590.git.vdavydov@parallels.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
No differences found