From: Daniel Lezcano Date: Mon, 6 Jan 2014 11:34:43 +0000 (+0100) Subject: sched: Pass 'struct rq' to rebalance_domains() X-Git-Tag: v3.14-rc1~170^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ed0a895ead0f093f59898ff9cf4e20768a5f09;p=pandora-kernel.git sched: Pass 'struct rq' to rebalance_domains() The cpu information is stored in the struct rq and the caller of the rebalance_domains function pass the cpu to retrieve the struct rq but it already has the struct rq info. Replace the cpu parameter with the struct rq. Signed-off-by: Daniel Lezcano Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1389008085-9069-7-git-send-email-daniel.lezcano@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed