|
@@ -2217,7 +2217,7 @@ static long pnv_pci_ioda2_set_window(struct iommu_table_group *table_group,
|
|
|
|
|
|
pnv_pci_link_table_and_group(phb->hose->node, num,
|
|
pnv_pci_link_table_and_group(phb->hose->node, num,
|
|
tbl, &pe->table_group);
|
|
tbl, &pe->table_group);
|
|
- pnv_pci_phb3_tce_invalidate_pe(pe);
|
|
|
|
|
|
+ pnv_pci_ioda2_tce_invalidate_pe(pe);
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
@@ -2355,7 +2355,7 @@ static long pnv_pci_ioda2_unset_window(struct iommu_table_group *table_group,
|
|
if (ret)
|
|
if (ret)
|
|
pe_warn(pe, "Unmapping failed, ret = %ld\n", ret);
|
|
pe_warn(pe, "Unmapping failed, ret = %ld\n", ret);
|
|
else
|
|
else
|
|
- pnv_pci_phb3_tce_invalidate_pe(pe);
|
|
|
|
|
|
+ pnv_pci_ioda2_tce_invalidate_pe(pe);
|
|
|
|
|
|
pnv_pci_unlink_table_and_group(table_group->tables[num], table_group);
|
|
pnv_pci_unlink_table_and_group(table_group->tables[num], table_group);
|
|
|
|
|