diff options
author | Vasant Hegde <vasant.hegde@amd.com> | 2022-09-12 09:32:47 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2022-09-26 14:26:40 +0300 |
commit | 6b5b58626ef90ef45513c78bfc84540ff954431c (patch) | |
tree | 2ddfb9210d411e08186cf2fe5a97c63883ad6576 /drivers/iommu/amd | |
parent | 2455d6a46c2da5703752772f49d56142ccd50463 (diff) | |
download | linux-6b5b58626ef90ef45513c78bfc84540ff954431c.tar.xz |
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/amd')
-rw-r--r-- | drivers/iommu/amd/iommu.c | 4 |
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); |