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)
commit8e45cb545d98bc58e75b7de89ec8d3e5c8459ee6
treeb855602a267eb38bc5d511050fb40477e5a607f1
parent3c7d51843b03a6839e9ec7cda724e54d2319a63a
sched: Move load-balancing arguments into helper struct

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