Commit 9f18abab authored by Lu Baolu's avatar Lu Baolu Committed by Joerg Roedel
Browse files

iommu/vt-d: Remove unused iovad from dmar_domain



Not used anywhere. Cleanup it to avoid dead code.

Signed-off-by: default avatarLu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20220527053424.3111186-1-baolu.lu@linux.intel.com


Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 2585a279
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -543,7 +543,6 @@ struct dmar_domain {
	u8 set_pte_snp:1;

	struct list_head devices;	/* all devices' list */
	struct iova_domain iovad;	/* iova's that belong to this domain */

	struct dma_pte	*pgd;		/* virtual address */
	int		gaw;		/* max guest address width */