sched: Move load-balancing arguments into helper struct
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 22 Feb 2012 11:47:19 +0000 (12:47 +0100)
committerIngo 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

Simple merge