diff options
Diffstat (limited to 'SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch')
-rw-r--r-- | SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch b/SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch index 81fa9b1..743be19 100644 --- a/SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch +++ b/SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch @@ -57,7 +57,7 @@ Signed-off-by: Laura Abbott <labbott@redhat.com> 1 file changed, 22 insertions(+) diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c -index b6858adc4f17..4c2da9f17514 100644 +index 609bd25bf154..c701912b13ab 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -7,6 +7,7 @@ @@ -68,7 +68,7 @@ index b6858adc4f17..4c2da9f17514 100644 #include <linux/kernel.h> #include <linux/bug.h> #include <linux/types.h> -@@ -2838,3 +2839,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle) +@@ -2849,3 +2850,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle) return ops->sva_get_pasid(handle); } EXPORT_SYMBOL_GPL(iommu_sva_get_pasid); @@ -94,5 +94,5 @@ index b6858adc4f17..4c2da9f17514 100644 +arch_initcall(iommu_quirks); +#endif -- -2.26.2 +2.28.0 |