]> www.infradead.org Git - users/willy/pagecache.git/commit
microblaze: 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)
commit2a51b52facb300007e72a002d0e383e79b59b6f8
tree5c5c66b927c7c7c71df77fdceea20354f177b31b
parent573477861d8d74f1f6c3c1ca6fe9a2f7838546c6
microblaze: Implement the new page table range API

Rename PFN_SHIFT_OFFSET to PTE_PFN_SHIFT.  Change the calling
convention for set_pte() to be the same as other architectures.  Add
update_mmu_cache_range(), flush_icache_pages() and flush_dcache_folio().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/cacheflush.h
arch/microblaze/include/asm/pgtable.h
arch/microblaze/include/asm/tlbflush.h