]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Use flush_icache_pages() in do_set_pmd()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 28 Feb 2023 19:18:35 +0000 (14:18 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 2 Aug 2023 02:53:28 +0000 (22:53 -0400)
commite6c30b790ec7804c3c7ef6d5d786ef883de37b2f
tree2f5b52133f934ee373ac25bac73d1b522f722bed
parentd4fc4f5866b87075b4962626fad5b949872e313b
mm: Use flush_icache_pages() in do_set_pmd()

Push the iteration over each page down to the architectures (many
can flush the entire THP without iteration).

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
mm/memory.c