diff options
Diffstat (limited to 'arch/ppc/platforms/pmac_pci.c')
-rw-r--r-- | arch/ppc/platforms/pmac_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ppc/platforms/pmac_pci.c b/arch/ppc/platforms/pmac_pci.c index 1dc638f72239..786295b6ddd0 100644 --- a/arch/ppc/platforms/pmac_pci.c +++ b/arch/ppc/platforms/pmac_pci.c | |||
@@ -575,7 +575,7 @@ pmac_find_bridges(void) | |||
575 | * some offset between bus number and domains for now when we | 575 | * some offset between bus number and domains for now when we |
576 | * assign all busses should help for now | 576 | * assign all busses should help for now |
577 | */ | 577 | */ |
578 | if (pci_assign_all_busses) | 578 | if (pci_assign_all_buses) |
579 | pcibios_assign_bus_offset = 0x10; | 579 | pcibios_assign_bus_offset = 0x10; |
580 | 580 | ||
581 | #ifdef CONFIG_POWER4 | 581 | #ifdef CONFIG_POWER4 |
@@ -643,7 +643,7 @@ static inline void grackle_set_loop_snoop(struct pci_controller *bp, int enable) | |||
643 | static int __init | 643 | static int __init |
644 | setup_uninorth(struct pci_controller* hose, struct reg_property* addr) | 644 | setup_uninorth(struct pci_controller* hose, struct reg_property* addr) |
645 | { | 645 | { |
646 | pci_assign_all_busses = 1; | 646 | pci_assign_all_buses = 1; |
647 | has_uninorth = 1; | 647 | has_uninorth = 1; |
648 | hose->ops = ¯isc_pci_ops; | 648 | hose->ops = ¯isc_pci_ops; |
649 | hose->cfg_addr = ioremap(addr->address + 0x800000, 0x1000); | 649 | hose->cfg_addr = ioremap(addr->address + 0x800000, 0x1000); |
@@ -677,7 +677,7 @@ setup_u3_agp(struct pci_controller* hose, struct reg_property* addr) | |||
677 | { | 677 | { |
678 | /* On G5, we move AGP up to high bus number so we don't need | 678 | /* On G5, we move AGP up to high bus number so we don't need |
679 | * to reassign bus numbers for HT. If we ever have P2P bridges | 679 | * to reassign bus numbers for HT. If we ever have P2P bridges |
680 | * on AGP, we'll have to move pci_assign_all_busses to the | 680 | * on AGP, we'll have to move pci_assign_all_buses to the |
681 | * pci_controller structure so we enable it for AGP and not for | 681 | * pci_controller structure so we enable it for AGP and not for |
682 | * HT childs. | 682 | * HT childs. |
683 | * We hard code the address because of the different size of | 683 | * We hard code the address because of the different size of |