projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2585a27
)
iommu/vt-d: Remove unused iovad from dmar_domain
author
Lu Baolu
<baolu.lu@linux.intel.com>
Tue, 12 Jul 2022 00:08:51 +0000
(08:08 +0800)
committer
Joerg Roedel
<jroedel@suse.de>
Fri, 15 Jul 2022 08:21:33 +0000
(10:21 +0200)
Not used anywhere. Cleanup it to avoid dead code.
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Link:
https://lore.kernel.org/r/20220527053424.3111186-1-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel/iommu.h
patch
|
blob
|
history
diff --git
a/drivers/iommu/intel/iommu.h
b/drivers/iommu/intel/iommu.h
index 4ebf3c4da45e2749cee63a7296945122999170e6..8285fcfa5fea792b0ff0476102d69c6428b3ddb2 100644
(file)
--- a/
drivers/iommu/intel/iommu.h
+++ b/
drivers/iommu/intel/iommu.h
@@
-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 */