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:
3c7d518
)
sched: Move load-balancing arguments into helper struct
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Wed, 22 Feb 2012 11:47:19 +0000
(12:47 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 1 Mar 2012 09:51:22 +0000
(10:51 +0100)
Passing large sets of similar arguments all around the load-balancer
gets tiresom when you want to modify something. Stick them all in a
helper structure and pass the structure around.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: pjt@google.com
Link:
http://lkml.kernel.org/n/tip-5slqz0vhsdzewrfk9eza1aon@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched/fair.c
patch
|
blob
|
history
diff --cc
kernel/sched/fair.c
Simple merge