aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNicholas Piggin <[email protected]>2019-08-02 20:56:59 +1000
committerMichael Ellerman <[email protected]>2019-08-30 11:14:58 +1000
commit1b3599829a2560fe6c9a5a4a6bb6b2bc4e5bdaee (patch)
treed337ded1606b6de5705a0724eeb70aebfe084251 /tools/perf/scripts/python
parentc7c5cbb42d6e207a059c64740b1654376619345e (diff)
powerpc/64s/exception: program check handler do not branch into a macro
It is clever, but the small code saving is not worth the spaghetti of jumping to a label in an expanded macro, particularly when the label is just a number rather than a descriptive name. So expand the INT_COMMON macro twice, once for the stack and no stack cases, and branch to those. The slight code size increase is worth the improved clarity of branches for this non-performance critical code. Signed-off-by: Nicholas Piggin <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions