Re: [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()
Kevin Brodsky <[email protected]>
| Newsgroups | gmane.linux.ports.mips,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.sh.devel,gmane.linux.uml.devel,gmane.linux.ports.riscv |
|---|---|
| Message-ID | <[email protected]> |
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 be used for page table pages. > > Signed-off-by: Qi Zheng <[email protected]> > Suggested-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: Kevin Brodsky <[email protected]>