[POWERPC] Pass the pci_controller into pci_exclude_device
authorKumar Gala <galak@kernel.crashing.org>
Fri, 22 Jun 2007 05:23:57 +0000 (00:23 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jun 2007 06:57:22 +0000 (01:57 -0500)
commit7d52c7b0cd46f42ae2c9df37f1a385d9aaf95842
tree32138e13cbc3eb154db37b202044870419b56655
parent0e302a704420afe40808fbd4ba149624c4350f31
[POWERPC] Pass the pci_controller into pci_exclude_device

There are times that we need to know which controller we are on to decide
how to exclude devices properly.  We now pass the pci_controller that we
are going to use down to the pci_exclude_device function. This will
greatly simplify being able to exclude the PHBs in multiple controller
setups.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17 files changed:
arch/powerpc/platforms/52xx/mpc52xx_pci.c
arch/powerpc/platforms/82xx/mpc82xx_ads.c
arch/powerpc/platforms/83xx/mpc83xx.h
arch/powerpc/platforms/83xx/pci.c
arch/powerpc/platforms/85xx/mpc85xx_ads.c
arch/powerpc/platforms/85xx/mpc85xx_cds.c
arch/powerpc/platforms/86xx/mpc86xx.h
arch/powerpc/platforms/86xx/pci.c
arch/powerpc/platforms/embedded6xx/holly.c
arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/fsl_pcie.c
arch/powerpc/sysdev/indirect_pci.c
arch/powerpc/sysdev/tsi108_pci.c
arch/ppc/syslib/Makefile
arch/ppc/syslib/indirect_pci.c [new file with mode: 0644]
include/asm-powerpc/machdep.h