]> www.infradead.org Git - users/willy/pagecache.git/commit
m68k: Implement the new page table range API
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 13 Feb 2023 19:12:22 +0000 (14:12 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 1 Aug 2023 19:14:17 +0000 (15:14 -0400)
commit573477861d8d74f1f6c3c1ca6fe9a2f7838546c6
treecfb088c67a5b1ed9fba4180b75a1541421548929
parentff328823ef4a2b71f3dde070b1e477273ab1ffe0
m68k: Implement the new page table range API

Add PFN_PTE_SHIFT, update_mmu_cache_range(), flush_icache_pages() and
flush_dcache_folio().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: linux-m68k@lists.linux-m68k.org
arch/m68k/include/asm/cacheflush_mm.h
arch/m68k/include/asm/mcf_pgtable.h
arch/m68k/include/asm/motorola_pgtable.h
arch/m68k/include/asm/pgtable_mm.h
arch/m68k/include/asm/sun3_pgtable.h
arch/m68k/mm/motorola.c