diff options
author | Jan Beulich <[email protected]> | 2012-09-10 12:04:16 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2012-09-13 17:43:58 +0200 |
commit | 1edfbb4153bd29bcf8d2236676238d5237972be1 (patch) | |
tree | 2c1e7fdf7f0d25adf12e6b334194dcbd2c6e3e56 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 6eebdda35e6b18d0dddb2a44e34211bd94f0cad6 (diff) |
x86/64: Adjust types of temporaries used by ffs()/fls()/fls64()
The 64-bit special cases of the former two (the thrird one is
64-bit only anyway) don't need to use "long" temporaries, as the
result will always fit in a 32-bit variable, and the functions
return plain "int". This avoids a few REX prefixes, i.e.
minimally reduces code size.
Signed-off-by: Jan Beulich <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions