sparc64: implement the new page table range API
Add set_ptes(), update_mmu_cache_range(), flush_dcache_folio() and flush_icache_pages(). Convert the PG_dcache_dirty flag from being per-page to per-folio. Link: https://lkml.kernel.org/r/20230802151406.3735276-27-willy@infradead.org Signed-off-by:Matthew Wilcox (Oracle) <willy@infradead.org> Acked-by:
Mike Rapoport (IBM) <rppt@kernel.org> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org>
Showing
- arch/sparc/include/asm/cacheflush_64.h 12 additions, 6 deletionsarch/sparc/include/asm/cacheflush_64.h
- arch/sparc/include/asm/pgtable_64.h 22 additions, 7 deletionsarch/sparc/include/asm/pgtable_64.h
- arch/sparc/kernel/smp_64.c 36 additions, 20 deletionsarch/sparc/kernel/smp_64.c
- arch/sparc/mm/init_64.c 46 additions, 32 deletionsarch/sparc/mm/init_64.c
- arch/sparc/mm/tlb.c 3 additions, 2 deletionsarch/sparc/mm/tlb.c
Loading
Please register or sign in to comment