diff options
Diffstat (limited to 'arch/ppc64/kernel/pmac_pci.c')
-rw-r--r-- | arch/ppc64/kernel/pmac_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/pmac_pci.c b/arch/ppc64/kernel/pmac_pci.c index f139fc034199..7a81c8275940 100644 --- a/arch/ppc64/kernel/pmac_pci.c +++ b/arch/ppc64/kernel/pmac_pci.c | |||
@@ -381,7 +381,7 @@ static void __init setup_u3_agp(struct pci_controller* hose) | |||
381 | { | 381 | { |
382 | /* On G5, we move AGP up to high bus number so we don't need | 382 | /* On G5, we move AGP up to high bus number so we don't need |
383 | * to reassign bus numbers for HT. If we ever have P2P bridges | 383 | * to reassign bus numbers for HT. If we ever have P2P bridges |
384 | * on AGP, we'll have to move pci_assign_all_busses to the | 384 | * on AGP, we'll have to move pci_assign_all_buses to the |
385 | * pci_controller structure so we enable it for AGP and not for | 385 | * pci_controller structure so we enable it for AGP and not for |
386 | * HT childs. | 386 | * HT childs. |
387 | * We hard code the address because of the different size of | 387 | * We hard code the address because of the different size of |