commit | f7ea82beb24f65e2058fa4029edefa0949e872b1 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jan 25 13:31:56 2012 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jan 25 13:32:00 2012 +1100 |
tree | 85c07317c040fa2dc7962d00dd02eb55003d0768 | |
parent | 897e01a08c08d86bc76bebb0ca14588b406500e5 [diff] |
powerpc/powernv: Fix PCI resource handling Recent changes to the handling of PCI resources for host bridges are breaking the PowerNV code for assigning resources on IODA. The root of the problem is that the pci_bus attached to a host bridge no longer has its "legacy" resource pointers populated but only uses the newer list instead. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>