]> err.no Git - linux-2.6/blobdiff - arch/powerpc/platforms/82xx/mpc82xx_ads.c
[POWERPC] Make endianess of cfg_addr for indirect pci ops runtime
[linux-2.6] / arch / powerpc / platforms / 82xx / mpc82xx_ads.c
index da20832b27f1d0a0f3d38d238b72b1c8181aaaeb..2d1b05b9f8efa97e3326e4fe465d0eacb49f795d 100644 (file)
@@ -553,7 +553,8 @@ static void __init mpc82xx_add_bridge(struct device_node *np)
 
        setup_indirect_pci(hose,
                           r.start + offsetof(pci_cpm2_t, pci_cfg_addr),
-                          r.start + offsetof(pci_cpm2_t, pci_cfg_data));
+                          r.start + offsetof(pci_cpm2_t, pci_cfg_data),
+                          0);
 
        pci_process_bridge_OF_ranges(hose, np, 1);
 }