From: Daniel Lezcano Date: Mon, 6 Jan 2014 11:34:39 +0000 (+0100) Subject: sched: Reduce nohz_kick_needed() parameters X-Git-Tag: v3.14-rc1~170^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a725627f21df6b280a19f50bc849daaab3b1544;p=pandora-kernel.git sched: Reduce nohz_kick_needed() parameters The cpu information is already stored in the struct rq, so no need to pass it as parameter to the nohz_kick_needed function. The caller of this function just called idle_cpu() before to fill the rq->idle_balance field. Use rq->cpu and rq->idle_balance. Signed-off-by: Daniel Lezcano Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1389008085-9069-3-git-send-email-daniel.lezcano@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed