diff options
Diffstat (limited to 'arch/powerpc/platforms/82xx/pq2.c')
-rw-r--r-- | arch/powerpc/platforms/82xx/pq2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/82xx/pq2.c b/arch/powerpc/platforms/82xx/pq2.c index a497cbaa1ac5..1b75902fad64 100644 --- a/arch/powerpc/platforms/82xx/pq2.c +++ b/arch/powerpc/platforms/82xx/pq2.c | |||
@@ -53,13 +53,13 @@ static void __init pq2_pci_add_bridge(struct device_node *np) | |||
53 | if (of_address_to_resource(np, 0, &r) || r.end - r.start < 0x10b) | 53 | if (of_address_to_resource(np, 0, &r) || r.end - r.start < 0x10b) |
54 | goto err; | 54 | goto err; |
55 | 55 | ||
56 | pci_assign_all_buses = 1; | 56 | ppc_pci_flags |= PPC_PCI_REASSIGN_ALL_BUS; |
57 | 57 | ||
58 | hose = pcibios_alloc_controller(np); | 58 | hose = pcibios_alloc_controller(np); |
59 | if (!hose) | 59 | if (!hose) |
60 | return; | 60 | return; |
61 | 61 | ||
62 | hose->arch_data = np; | 62 | hose->dn = np; |
63 | 63 | ||
64 | setup_indirect_pci(hose, r.start + 0x100, r.start + 0x104, 0); | 64 | setup_indirect_pci(hose, r.start + 0x100, r.start + 0x104, 0); |
65 | pci_process_bridge_OF_ranges(hose, np, 1); | 65 | pci_process_bridge_OF_ranges(hose, np, 1); |