diff options
author | Thomas Gleixner <[email protected]> | 2015-06-23 15:52:36 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2015-09-16 15:43:11 +0200 |
commit | 9ca86b204b3c874e6ada28309f607e3aa74d60a9 (patch) | |
tree | c1321a2c9718d99fe8e397dc2f21df7e9ec1f43d /tools/perf/util/scripting-engines/trace-event-perl.c | |
parent | 9758a7b0e5fdd5a08bcc73540bb3b98d59295a6d (diff) |
powerpc/mpc8xx: 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: 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