Skip to content

Commit 60785fc

Browse files
hegdevasantjoergroedel
authored andcommitted
iommu/amd: Remove outdated comment
Remove outdated comment. Signed-off-by: Vasant Hegde <[email protected]> Reviewed-by: Jason Gunthorpe <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 36a1cfd commit 60785fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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)