aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/ipic.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-06-23 15:52:32 +0200
committerThomas Gleixner <tglx@linutronix.de>2015-09-16 15:43:10 +0200
commite9e879a3d6cecc4258294c674627045da648fab0 (patch)
tree4d9f4986ce9702dbaddae1600e2ae35adc380624 /arch/powerpc/sysdev/ipic.c
parentpowerpc/mpc52xx: Use irq_set_handler_locked() (diff)
downloadlinux-dev-e9e879a3d6cecc4258294c674627045da648fab0.tar.xz
linux-dev-e9e879a3d6cecc4258294c674627045da648fab0.zip
powerpc/cpm2: 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 <tglx@linutronix.de> Cc: Jiang Liu <jiang.liu@linux.intel.com> Cc: Julia Lawall <julia.lawall@lip6.fr> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org
Diffstat (limited to 'arch/powerpc/sysdev/ipic.c')
0 files changed, 0 insertions, 0 deletions