diff options
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 |