Re: [patch 1/4] PCI: split pcibios_enable_resources() out of pcibios_enable_device()

2008-02-18 Thread Benjamin Herrenschmidt
On Mon, 2008-02-18 at 21:39 -0700, Bjorn Helgaas wrote: > plain text document attachment (make-pcibios_enable_resources) > On x86, pcibios_enable_device() is factored into > pcibios_enable_resources() and pcibios_enable_irq(). On several other > architectures, the functional equivalent of pcibios

[patch 1/4] PCI: split pcibios_enable_resources() out of pcibios_enable_device()

2008-02-18 Thread Bjorn Helgaas
On x86, pcibios_enable_device() is factored into pcibios_enable_resources() and pcibios_enable_irq(). On several other architectures, the functional equivalent of pcibios_enable_resources() is expanded directly inside pcibios_enable_device(). This splits these pcibios_enable_device() implementati