diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2014-01-06 12:34:39 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-01-13 13:47:27 +0100 |
commit | 4a725627f21df6b280a19f50bc849daaab3b1544 (patch) | |
tree | 196b776b9d62d5b572a3860397ad8fd00ffe23f0 /tools/perf/scripts/python/syscall-counts.py | |
parent | 7caff66f361c44d0fbc74ed1cfa60a357fc84cf2 (diff) |
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 <daniel.lezcano@linaro.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1389008085-9069-3-git-send-email-daniel.lezcano@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions