]> www.infradead.org Git - users/willy/pagecache.git/commit
xtensa: 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>
Wed, 2 Aug 2023 02:53:27 +0000 (22:53 -0400)
commit120a8e5ccc20a06a1a45a10f0ab5f8ed070522cd
treebc97719eee9a2c69e81521f4030e292c5b9df516
parent8e1b30dfbae3dcba3289775828bfbec30848f6f2
xtensa: 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: Max Filippov <jcmvbkbc@gmail.com>
Cc: linux-xtensa@linux-xtensa.org
arch/xtensa/include/asm/cacheflush.h
arch/xtensa/include/asm/pgtable.h
arch/xtensa/mm/cache.c