]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpc
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 11 Nov 2006 06:24:52 +0000 (17:24 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 05:00:14 +0000 (16:00 +1100)
commit69108cf00679716bcab58acb3135390654c5bb99
tree6f0672ef563df33f5fa14c53e4d28dc211e06c81
parentf90bb153b1493719d18b4529a46ebfe43220ea6c
[POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpc

These were inherited from ARCH=ppc, but are not needed since parsing of interrupts
should be done via the of_* functions (who can do swizzling). If we ever need to
do non-standard swizzling on bridges without a device-node, then we might add
back a slightly different version of ppc_md.pci_swizzle but for now, that is not
the case.

I removed the couple of calls for these in 83xx. If that breaks something, then
there is a problem with the device-tree on these.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_32.c
arch/powerpc/platforms/83xx/mpc832x_mds.c
arch/powerpc/platforms/83xx/mpc8360e_pb.c
include/asm-powerpc/machdep.h