Skip to content

Commit 60785fc

Browse files
hegdevasantjoergroedel
authored andcommitted
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>
1 parent 36a1cfd commit 60785fc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

drivers/iommu/amd/io_pgtable.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ static u64 *first_pte_l7(u64 *pte, unsigned long *page_size,
4747
return fpte;
4848
}
4949

50-
/****************************************************************************
51-
*
52-
* The functions below are used the create the page table mappings for
53-
* unity mapped regions.
54-
*
55-
****************************************************************************/
56-
5750
static void free_pt_page(u64 *pt, struct list_head *freelist)
5851
{
5952
struct page *p = virt_to_page(pt);

0 commit comments

Comments
 (0)