Re: [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()

2025-02-26 Thread Kevin Brodsky
On 25/02/2025 04:45, Qi Zheng wrote: > The tlb_remove_ptdesc()/tlb_remove_table() is specially designed for page > table pages, and now all architectures have been converted to use it to > remove page table pages. So let's remove tlb_remove_page_ptdesc(), it > currently has no users and should not

[PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()

2025-02-24 Thread Qi Zheng
The tlb_remove_ptdesc()/tlb_remove_table() is specially designed for page table pages, and now all architectures have been converted to use it to remove page table pages. So let's remove tlb_remove_page_ptdesc(), it currently has no users and should not be used for page table pages. Signed-off-by: