On Wed, 2012-02-22 at 11:19 -0700, Bjorn Helgaas wrote: > int maple_pci_get_legacy_ide_irq(struct pci_dev *pdev, int channel) > diff --git a/arch/powerpc/platforms/pasemi/pci.c > b/arch/powerpc/platforms/pasemi/pci.c > index b6a0ec4..b27d886 100644 > --- a/arch/powerpc/platforms/pasemi/pci.c > +++ b/arch/powerpc/platforms/pasemi/pci.c > @@ -231,7 +231,7 @@ void __init pas_pci_init(void) > pci_devs_phb_init(); > > /* Use the common resource allocation mechanism */ > - pci_probe_only = 1; > + pci_add_flags(PCI_PROBE_ONLY); > } Olof, do you remember why you used to set that on pasemi ? I would have expected it to be clear, so the kernel can re-assign things if needed. We really only want it set for pseries because of the hypervisor being a PITA :-) Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html