diff options
author | 2025-02-27 16:23:17 +0000 | |
---|---|---|
committer | 2025-03-10 09:27:09 +0100 | |
commit | 60785fceda6f4cbdee425d3320d0f541b166b5bf (patch) | |
tree | 7029ff84fc54869f7db4cc47252deaeb6858981c | |
parent | iommu/amd/pgtbl_v2: Improve error handling (diff) | |
download | wireguard-linux-60785fceda6f4cbdee425d3320d0f541b166b5bf.tar.xz wireguard-linux-60785fceda6f4cbdee425d3320d0f541b166b5bf.zip |
iommu/amd: Remove outdated comment
Remove outdated comment.
Signed-off-by: Vasant Hegde <vasant.hegde@amd.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20250227162320.5805-5-vasant.hegde@amd.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to '')
-rw-r--r-- | drivers/iommu/amd/io_pgtable.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/iommu/amd/io_pgtable.c b/drivers/iommu/amd/io_pgtable.c index f3399087859f..26cf562dde11 100644 --- a/drivers/iommu/amd/io_pgtable.c +++ b/drivers/iommu/amd/io_pgtable.c @@ -47,13 +47,6 @@ static u64 *first_pte_l7(u64 *pte, unsigned long *page_size, return fpte; } -/**************************************************************************** - * - * The functions below are used the create the page table mappings for - * unity mapped regions. - * - ****************************************************************************/ - static void free_pt_page(u64 *pt, struct list_head *freelist) { struct page *p = virt_to_page(pt); |