Re: [patch 01/16] PCI: add generic pci_enable_resources()

2008-03-05 Thread Greg KH
On Wed, Mar 05, 2008 at 02:53:31PM +, David Howells wrote: > > Bjorn Helgaas <[EMAIL PROTECTED]> wrote: > > > Each architecture has its own pcibios_enable_resources() implementation. > > These differ in many minor ways that have nothing to do with actual > > architectural differences. Follow

Re: [patch 01/16] PCI: add generic pci_enable_resources()

2008-03-05 Thread David Howells
Bjorn Helgaas <[EMAIL PROTECTED]> wrote: > Each architecture has its own pcibios_enable_resources() implementation. > These differ in many minor ways that have nothing to do with actual > architectural differences. Follow-on patches will make most arches > use this generic version instead. > >

[patch 01/16] PCI: add generic pci_enable_resources()

2008-03-04 Thread Bjorn Helgaas
Each architecture has its own pcibios_enable_resources() implementation. These differ in many minor ways that have nothing to do with actual architectural differences. Follow-on patches will make most arches use this generic version instead. This version is based on powerpc, which seemed most up-