]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Provide a default irq_host match, which matches on an exact of_node
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 28 Aug 2007 08:47:55 +0000 (18:47 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 13 Sep 2007 15:33:20 +0000 (01:33 +1000)
commit8c475c32ca6fdcfae14f346ce0ef6544c899d230
treedf047ed69d7b2b1a744625fd6b2b6f49ada47df4
parentc8a2841764aa2dc39618189a7c7679c9fee8c6d0
[POWERPC] Provide a default irq_host match, which matches on an exact of_node

The most common match semantic is an exact match based on the device node.
So provide a default implementation that does this, and hook it up if no
match routine is specified.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/irq.c
arch/powerpc/platforms/52xx/mpc52xx_pic.c
arch/powerpc/platforms/82xx/mpc82xx_ads.c
arch/powerpc/platforms/cell/axon_msi.c
arch/powerpc/platforms/cell/spider-pic.c
arch/powerpc/sysdev/commproc.c
arch/powerpc/sysdev/cpm2_pic.c
arch/powerpc/sysdev/mpc8xx_pic.c
arch/powerpc/sysdev/mv64x60_pic.c
arch/powerpc/sysdev/tsi108_pci.c
arch/powerpc/sysdev/uic.c