]> www.infradead.org Git - users/willy/pagecache.git/commit
sparc32: 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:18 +0000 (15:14 -0400)
commitdeccf558dd2297b7d398bf826fada8e72a938809
treee9062d0fb8cb278d25f94a8e031ecee9de36d140
parentdc8ab359d665cfcabc9b42acf026a6e041924a17
sparc32: Implement the new page table range API

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

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
arch/sparc/include/asm/cacheflush_32.h
arch/sparc/include/asm/pgtable_32.h
arch/sparc/mm/init_32.c