]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
iommu/amd: Remove outdated comment
authorVasant Hegde <vasant.hegde@amd.com>
Thu, 27 Feb 2025 16:23:17 +0000 (16:23 +0000)
committerJoerg Roedel <jroedel@suse.de>
Mon, 10 Mar 2025 08:27:09 +0000 (09:27 +0100)
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>
drivers/iommu/amd/io_pgtable.c

index f3399087859fd1c6107f4d14d94a6a77c5de9b4e..26cf562dde11f9359c178f75b61db777c0b49b08 100644 (file)
@@ -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);