aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-perl.c
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2015-06-23 15:52:31 +0200
committerThomas Gleixner <[email protected]>2015-09-16 15:43:10 +0200
commit6b83bd941479e99f6890ed4b5c54cb1f43c7146f (patch)
treefeeae98017305bc8243fd8fa64d0531964c91f3d /tools/perf/util/scripting-engines/trace-event-perl.c
parente902e14549e04c040fb6e15785efd35f810a223a (diff)
powerpc/mpc52xx: Use irq_set_handler_locked()
Use irq_set_handler_locked() as it avoids a redundant lookup of the irq descriptor. Search and replacement was done with coccinelle: @@ struct irq_data *d; expression E1; @@ -__irq_set_handler_locked(d->irq, E1); +irq_set_handler_locked(d, E1); Signed-off-by: Thomas Gleixner <[email protected]> Cc: Jiang Liu <[email protected]> Cc: Julia Lawall <[email protected]> Cc: Anatolij Gustschin <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: [email protected]
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions