aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2023-10-06 12:25:18 +0200
committerIngo Molnar <[email protected]>2023-10-09 12:21:23 +0200
commitf4bb5705114530cd775a5a649b666755b3efe7aa (patch)
tree0c63fcda0feec0a08bae86c60ae4acbd5858f980 /tools/perf/scripts/python/bin/export-to-postgresql-report
parentb6dd6984832a2868f78879fce30d6965ae899d02 (diff)
sched/nohz: Remove unnecessarily complex error handling pattern from find_new_ilb()
find_new_ilb() returns nr_cpu_ids on failure - which is the usual cpumask bitops return pattern, but is weird & unnecessary in this context: not only is it a global variable, it it is a +1 out of bounds CPU index and also has different signedness ... Its only user, kick_ilb(), then checks the return against nr_cpu_ids to decide to return. There's no other use. So instead of this, use a standard -1 return on failure to find an idle CPU, as the argument is signed already. Signed-off-by: Ingo Molnar <[email protected]> Reviewed-by: Joel Fernandes (Google) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions