aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2019-08-02 20:56:59 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2019-08-30 11:14:58 +1000
commit1b3599829a2560fe6c9a5a4a6bb6b2bc4e5bdaee (patch)
treed337ded1606b6de5705a0724eeb70aebfe084251 /tools/perf/scripts/python
parentpowerpc/64s/exception: move interrupt entry code above the common handler (diff)
downloadlinux-1b3599829a2560fe6c9a5a4a6bb6b2bc4e5bdaee.tar.gz
linux-1b3599829a2560fe6c9a5a4a6bb6b2bc4e5bdaee.zip
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 <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190802105709.27696-35-npiggin@gmail.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions