From a71ee103a729754519abc15fd58e6b258a89e58b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 19 Oct 2020 11:42:37 -0500 Subject: Linux v5.9.1 Signed-off-by: Justin M. Forbes --- 0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch') diff --git a/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch b/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch index 81fa9b1b1..743be193d 100644 --- a/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch +++ b/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch @@ -57,7 +57,7 @@ Signed-off-by: Laura Abbott 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 #include #include -@@ -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 -- cgit