commit | 5516b540e98de6f7474a4e7149470ad6a0bbc54a | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Jun 27 01:17:57 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jun 29 01:58:37 2007 -0500 |
tree | 9eb57336d892eb8c0e76584285030868df82f626 | |
parent | 6a506238b33efd93e60c1585d654b37e292183de [diff] |
[POWERPC] Use global_number in ppc32 pci_controller Make the pci_controller struct use global_number for the PHB domain number instead of index to match what ppc64 does and reuse its pci_domain_nr code. Introduced a pci-common.c to handle shared code between ppc32 & ppc64. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>