]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/sysdev/grackle.c
hrtimer: convert powerpc/oprofile to the new hrtimer apis
[linux-2.6-omap-h63xx.git] / arch / powerpc / sysdev / grackle.c
index b6ec793a23be3a33bb629c0e0137129e10dba94c..d502927644c68c69a1328c436c2030bed9349f1c 100644 (file)
@@ -55,7 +55,9 @@ static inline void grackle_set_loop_snoop(struct pci_controller *bp, int enable)
 
 void __init setup_grackle(struct pci_controller *hose)
 {
-       setup_indirect_pci(hose, 0xfec00000, 0xfee00000);
+       setup_indirect_pci(hose, 0xfec00000, 0xfee00000, 0);
+       if (machine_is_compatible("PowerMac1,1"))
+               ppc_pci_flags |= PPC_PCI_REASSIGN_ALL_BUS;
        if (machine_is_compatible("AAPL,PowerBook1998"))
                grackle_set_loop_snoop(hose, 1);
 #if 0  /* Disabled for now, HW problems ??? */