Re: [PATCH 0/5] remove tlb_remove_page_ptdesc()
Matthew Wilcox <[email protected]>
| Newsgroups | gmane.linux.uml.devel,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.sh.devel,gmane.linux.ports.riscv |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 24, 2025 at 12:47:59PM +0100, Peter Zijlstra wrote: > Right, so I don't think Sparc and Power care to use ptdesc, they're > using non page page-tables. i think you mean s390, not sparc. all architectures _use_ ptdescs, it's just that s390 and ppc use fractional ptdescs rather than an entire ptdesc for an individual page table. eventually we can change that, but we're looking out perhaps five years before we can allocate a ptdesc for a sub-PAGE_SIZE quantity.