From: Vasant Hegde Date: Thu, 27 Feb 2025 16:23:17 +0000 (+0000) Subject: iommu/amd: Remove outdated comment X-Git-Tag: v6.15-rc1~163^2^9~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60785fceda6f4cbdee425d3320d0f541b166b5bf;p=thirdparty%2Flinux.git iommu/amd: Remove outdated comment Remove outdated comment. Signed-off-by: Vasant Hegde Reviewed-by: Jason Gunthorpe Link: https://lore.kernel.org/r/20250227162320.5805-5-vasant.hegde@amd.com Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/amd/io_pgtable.c b/drivers/iommu/amd/io_pgtable.c index f3399087859fd..26cf562dde11f 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);