diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-20 06:57:05 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-20 06:57:05 -0400 |
commit | 399fe2bdd315c3a678b59b72659c4ed1ce0e1a24 (patch) | |
tree | 7eadfcfc06b88b7386c94a92bd0a7a9dde08d9de /arch/ppc64/kernel/maple_pci.c | |
parent | ff065ddd96c233d27322de493fa023357939c888 (diff) |
ppc: rename pci_assign_all_busses to pci_assign_all_buses
... for consistency with ppc64 and to make merging easier.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/maple_pci.c')
-rw-r--r-- | arch/ppc64/kernel/maple_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/maple_pci.c b/arch/ppc64/kernel/maple_pci.c index 0937649f4961..b901470f55cc 100644 --- a/arch/ppc64/kernel/maple_pci.c +++ b/arch/ppc64/kernel/maple_pci.c | |||
@@ -275,7 +275,7 @@ static void __init setup_u3_agp(struct pci_controller* hose) | |||
275 | { | 275 | { |
276 | /* On G5, we move AGP up to high bus number so we don't need | 276 | /* On G5, we move AGP up to high bus number so we don't need |
277 | * to reassign bus numbers for HT. If we ever have P2P bridges | 277 | * to reassign bus numbers for HT. If we ever have P2P bridges |
278 | * on AGP, we'll have to move pci_assign_all_busses to the | 278 | * on AGP, we'll have to move pci_assign_all_buses to the |
279 | * pci_controller structure so we enable it for AGP and not for | 279 | * pci_controller structure so we enable it for AGP and not for |
280 | * HT childs. | 280 | * HT childs. |
281 | * We hard code the address because of the different size of | 281 | * We hard code the address because of the different size of |