|
@@ -1008,6 +1008,7 @@ static void pnv_ioda_setup_same_PE(struct pci_bus *bus, struct pnv_ioda_pe *pe)
|
|
pci_name(dev));
|
|
pci_name(dev));
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
+ pdn->pcidev = dev;
|
|
pdn->pe_number = pe->pe_number;
|
|
pdn->pe_number = pe->pe_number;
|
|
pe->dma_weight += pnv_ioda_dma_weight(dev);
|
|
pe->dma_weight += pnv_ioda_dma_weight(dev);
|
|
if ((pe->flags & PNV_IODA_PE_BUS_ALL) && dev->subordinate)
|
|
if ((pe->flags & PNV_IODA_PE_BUS_ALL) && dev->subordinate)
|