aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu
diff options
context:
space:
mode:
authorVasant Hegde <vasant.hegde@amd.com>2022-09-12 06:32:47 +0000
committerJoerg Roedel <jroedel@suse.de>2022-09-26 13:26:40 +0200
commit6b5b58626ef90ef45513c78bfc84540ff954431c (patch)
tree2ddfb9210d411e08186cf2fe5a97c63883ad6576 /drivers/iommu
parentiommu/amd: Free domain ID after domain_flush_pages (diff)
downloadwireguard-linux-6b5b58626ef90ef45513c78bfc84540ff954431c.tar.xz
wireguard-linux-6b5b58626ef90ef45513c78bfc84540ff954431c.zip
iommu/amd: Remove outdated comment
Comment is not related to amd_iommu_ops variable. Signed-off-by: Vasant Hegde <vasant.hegde@amd.com> Link: https://lore.kernel.org/r/20220912063248.7909-5-vasant.hegde@amd.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/amd/iommu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/iommu/amd/iommu.c b/drivers/iommu/amd/iommu.c
index 00d0f23b0c0a..d72d8a325380 100644
--- a/drivers/iommu/amd/iommu.c
+++ b/drivers/iommu/amd/iommu.c
@@ -66,10 +66,6 @@ LIST_HEAD(ioapic_map);
LIST_HEAD(hpet_map);
LIST_HEAD(acpihid_map);
-/*
- * Domain for untranslated devices - only allocated
- * if iommu=pt passed on kernel cmd line.
- */
const struct iommu_ops amd_iommu_ops;
static ATOMIC_NOTIFIER_HEAD(ppr_notifier);