|
@@ -298,7 +298,7 @@ void flush_iotlb_page(struct iommu *obj, u32 da)
|
|
|
if ((start <= da) && (da < start + bytes)) {
|
|
|
dev_dbg(obj->dev, "%s: %08x<=%08x(%x)\n",
|
|
|
__func__, start, da, bytes);
|
|
|
-
|
|
|
+ iotlb_load_cr(obj, &cr);
|
|
|
iommu_write_reg(obj, 1, MMU_FLUSH_ENTRY);
|
|
|
}
|
|
|
}
|