From: Peter Zijlstra Date: Wed, 22 Feb 2012 11:47:19 +0000 (+0100) Subject: sched: Move load-balancing arguments into helper struct X-Git-Tag: v3.4-rc1~191^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e45cb545d98bc58e75b7de89ec8d3e5c8459ee6;p=pandora-kernel.git 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 Cc: pjt@google.com Link: http://lkml.kernel.org/n/tip-5slqz0vhsdzewrfk9eza1aon@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed