Re: [PATCH v5 14/17] mm: pgtable: introduce generic __tlb_remove_table()
"Arnd Bergmann" <[email protected]>
| Newsgroups | gmane.linux.ports.ppc64.devel,gmane.linux.kernel.mm,gmane.linux.ports.arm.kernel,gmane.linux.ports.riscv,gmane.linux.ports.sparc,gmane.linux.kernel,gmane.linux.kernel.cross-arch,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.sh.devel,gmane.linux.uml.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jan 8, 2025, at 07:57, Qi Zheng wrote: > Several architectures (arm, arm64, riscv and x86) define exactly the > same __tlb_remove_table(), just introduce generic __tlb_remove_table() to > eliminate these duplications. > > The s390 __tlb_remove_table() is nearly the same, so also make s390 > __tlb_remove_table() version generic. > > Signed-off-by: Qi Zheng <[email protected]> > Reviewed-by: Kevin Brodsky <[email protected]> > Acked-by: Andreas Larsson <[email protected]> # sparc > Acked-by: Alexander Gordeev <[email protected]> # s390 Acked-by: Arnd Bergmann <[email protected]> # asm-generic