commit | 7d52c7b0cd46f42ae2c9df37f1a385d9aaf95842 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Jun 22 00:23:57 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jun 29 01:57:22 2007 -0500 |
tree | 32138e13cbc3eb154db37b202044870419b56655 | |
parent | 0e302a704420afe40808fbd4ba149624c4350f31 [diff] |
[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>