diff options
| author | Vasant Hegde <[email protected]> | 2025-02-27 16:23:17 +0000 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2025-03-10 08:27:09 +0000 |
| commit | 60785fceda6f4cbdee425d3320d0f541b166b5bf (patch) | |
| tree | 7029ff84fc54869f7db4cc47252deaeb6858981c | |
| parent | iommu/amd/pgtbl_v2: Improve error handling (diff) | |
| download | kernel-60785fceda6f4cbdee425d3320d0f541b166b5bf.tar.gz kernel-60785fceda6f4cbdee425d3320d0f541b166b5bf.zip | |
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]>
| -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); |
