Skip to content

Commit cedc811

Browse files
hegdevasantjoergroedel
authored andcommitted
iommu/amd: Remove DMA_FQ type from domain allocation path
.. as drivers won't see DMA_FQ any more. See commit a4fdd97 ("iommu: Use flush queue capability") for details. Suggested-by: Robin Murphy <[email protected]> Signed-off-by: Vasant Hegde <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 189116d commit cedc811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iommu/amd/iommu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2148,7 +2148,6 @@ static struct protection_domain *protection_domain_alloc(unsigned int type)
21482148
case IOMMU_DOMAIN_IDENTITY:
21492149
return domain;
21502150
case IOMMU_DOMAIN_DMA:
2151-
case IOMMU_DOMAIN_DMA_FQ:
21522151
pgtable = amd_iommu_pgtable;
21532152
break;
21542153
/*

0 commit comments

Comments
 (0)