diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac/pci.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/powermac/pci.c b/arch/powerpc/platforms/powermac/pci.c index afb147e6b89f..34dfe1e9706f 100644 --- a/arch/powerpc/platforms/powermac/pci.c +++ b/arch/powerpc/platforms/powermac/pci.c | |||
@@ -608,7 +608,7 @@ static inline void grackle_set_loop_snoop(struct pci_controller *bp, int enable) | |||
608 | static int __init | 608 | static int __init |
609 | setup_uninorth(struct pci_controller* hose, struct reg_property* addr) | 609 | setup_uninorth(struct pci_controller* hose, struct reg_property* addr) |
610 | { | 610 | { |
611 | pci_assign_all_busses = 1; | 611 | pci_assign_all_buses = 1; |
612 | has_uninorth = 1; | 612 | has_uninorth = 1; |
613 | hose->ops = ¯isc_pci_ops; | 613 | hose->ops = ¯isc_pci_ops; |
614 | hose->cfg_addr = ioremap(addr->address + 0x800000, 0x1000); | 614 | hose->cfg_addr = ioremap(addr->address + 0x800000, 0x1000); |
@@ -640,7 +640,7 @@ static void __init setup_u3_agp(struct pci_controller* hose) | |||
640 | { | 640 | { |
641 | /* On G5, we move AGP up to high bus number so we don't need | 641 | /* On G5, we move AGP up to high bus number so we don't need |
642 | * to reassign bus numbers for HT. If we ever have P2P bridges | 642 | * to reassign bus numbers for HT. If we ever have P2P bridges |
643 | * on AGP, we'll have to move pci_assign_all_busses to the | 643 | * on AGP, we'll have to move pci_assign_all_buses to the |
644 | * pci_controller structure so we enable it for AGP and not for | 644 | * pci_controller structure so we enable it for AGP and not for |
645 | * HT childs. | 645 | * HT childs. |
646 | * We hard code the address because of the different size of | 646 | * We hard code the address because of the different size of |
@@ -1007,7 +1007,7 @@ void __init pmac_find_bridges(void) | |||
1007 | * some offset between bus number and domains for now when we | 1007 | * some offset between bus number and domains for now when we |
1008 | * assign all busses should help for now | 1008 | * assign all busses should help for now |
1009 | */ | 1009 | */ |
1010 | if (pci_assign_all_busses) | 1010 | if (pci_assign_all_buses) |
1011 | pcibios_assign_bus_offset = 0x10; | 1011 | pcibios_assign_bus_offset = 0x10; |
1012 | 1012 | ||
1013 | } | 1013 | } |