]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 10 Feb 2023 20:33:23 +0000 (15:33 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 1 Aug 2023 19:14:16 +0000 (15:14 -0400)
commitacbc8df18751eb06021dedeb304d4ca5086e831a
treea5159fbbedd30cd17b8f493c2ec5c4fb3673e844
parenta38cf33f4e5f6372149883b771ebdbfc301d4fb5
mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO

Current best practice is to reuse the name of the function as a define
to indicate that the function is implemented by the architecture.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Documentation/core-api/cachetlb.rst
include/linux/cacheflush.h
mm/util.c