]> www.infradead.org Git - users/willy/pagecache.git/commit
openrisc: 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)
commit6a2538fd64eb7e9dfdd1676ddb1c25fbcc61a146
treed200f7a00acfa6faeb27f380e4d22205e0aec546
parent34bd227dfe920c7e8533195585122d4d4dd5a10b
openrisc: Implement the new page table range API

Add PFN_PTE_SHIFT, update_mmu_cache_range() and flush_dcache_folio().
Change the PG_arch_1 (aka PG_dcache_dirty) flag from being per-page
to per-folio.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Cc: Stafford Horne <shorne@gmail.com>
Cc: linux-openrisc@vger.kernel.org
arch/openrisc/include/asm/cacheflush.h
arch/openrisc/include/asm/pgtable.h
arch/openrisc/mm/cache.c