]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/sysdev/mv64x60_pci.c
[POWERPC] Treat 8610 PCIe host bridge as transparent
[linux-2.6-omap-h63xx.git] / arch / powerpc / sysdev / mv64x60_pci.c
index 45db86c2363c469a982a7e6cbefe3444e0c21391..9b3baa7317d749ea24e698995767b75b237ae36d 100644 (file)
@@ -144,7 +144,7 @@ static int __init mv64x60_add_bridge(struct device_node *dev)
        hose->first_busno = bus_range ? bus_range[0] : 0;
        hose->last_busno = bus_range ? bus_range[1] : 0xff;
 
-       setup_indirect_pci(hose, rsrc.start, rsrc.start + 4);
+       setup_indirect_pci(hose, rsrc.start, rsrc.start + 4, 0);
        hose->self_busno = hose->first_busno;
 
        printk(KERN_INFO "Found MV64x60 PCI host bridge at 0x%016llx. "