|
@@ -530,12 +530,6 @@ static void pci_dma_dev_setup_pSeriesLP(struct pci_dev *dev)
|
|
|
}
|
|
|
pr_debug(" parent is %s\n", pdn->full_name);
|
|
|
|
|
|
- if (dma_window == NULL) {
|
|
|
- pr_debug(" no dma window for device, linking to parent\n");
|
|
|
- set_iommu_table_base(&dev->dev, PCI_DN(pdn)->iommu_table);
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
pci = PCI_DN(pdn);
|
|
|
if (!pci->iommu_table) {
|
|
|
tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL,
|