diff options
author | Rasmus Villemoes <[email protected]> | 2016-01-20 15:00:28 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-01-20 17:09:18 -0800 |
commit | 9425676a363c0976e3d43dda792dc4711a651d1d (patch) | |
tree | 189a4b50b7e55308484d69101abf6b41507072df /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 5aec01b834fd6f8ca49d1aeede665b950d0c148e (diff) |
kernel/cpu.c: make set_cpu_* static inlines
Almost all callers of the set_cpu_* functions pass an explicit true or
false. Making them static inline thus replaces the function calls with a
simple set_bit/clear_bit, saving some .text.
Signed-off-by: Rasmus Villemoes <[email protected]>
Acked-by: Rusty Russell <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Michael Ellerman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions