Re: [RFC/PATCH] powerpc/pci: Don't try to allocate resources that will be reassigned

2016-06-24 Thread Benjamin Herrenschmidt
On Wed, 2016-06-22 at 17:24 +1000, Benjamin Herrenschmidt wrote: > When we know we will reassign all resources, trying (and failing) > to allocate them initially is fairly pointless and leads to a lot > of scary messages in the kernel log > > Signed-off-by: Benjamin Herrenschmidt

[RFC/PATCH] powerpc/pci: Don't try to allocate resources that will be reassigned

2016-06-22 Thread Benjamin Herrenschmidt
When we know we will reassign all resources, trying (and failing) to allocate them initially is fairly pointless and leads to a lot of scary messages in the kernel log Signed-off-by: Benjamin Herrenschmidt -- This one probably needs testing on a few platforms but I