acpi: fix crash in core ACPI code, triggered by CONFIG_ACPI_PCI_SLOT=y
[pandora-kernel.git] / arch / powerpc / platforms / 83xx / pci.c
index 80425d7..14f1080 100644 (file)
@@ -54,7 +54,7 @@ int __init mpc83xx_add_bridge(struct device_node *dev)
                       " bus 0\n", dev->full_name);
        }
 
-       pci_assign_all_buses = 1;
+       ppc_pci_flags |= PPC_PCI_REASSIGN_ALL_BUS;
        hose = pcibios_alloc_controller(dev);
        if (!hose)
                return -ENOMEM;