Re: [patch 2/4] ppc: make pcibios_enable_device() use pcibios_enable_resources()

2008-02-18 Thread Benjamin Herrenschmidt
On Mon, 2008-02-18 at 21:39 -0700, Bjorn Helgaas wrote: > plain text document attachment (ppc-pcibios_enable_resources) > pcibios_enable_device() has an almost verbatim copy of > pcibios_enable_resources(), (the only difference is that > pcibios_enable_resources() turns on PCI_COMMAND_MEMORY if >

[patch 2/4] ppc: make pcibios_enable_device() use pcibios_enable_resources()

2008-02-18 Thread Bjorn Helgaas
pcibios_enable_device() has an almost verbatim copy of pcibios_enable_resources(), (the only difference is that pcibios_enable_resources() turns on PCI_COMMAND_MEMORY if there's a ROM resource). The duplication might be intentional, but I don't see any callers of pcibios_enable_resources() on ppc,