OSDN Git Service

mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 2 Aug 2023 15:13:33 +0000 (16:13 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 24 Aug 2023 23:20:19 +0000 (16:20 -0700)
commit29d26f1215de14721188988a59b1426abb85b7be
tree4aebbee93df7069ef0878ff6eb84c117c5036320
parentbc60abfbe687e886f1c38d49ef2a00e90b4b49cf
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.

Link: https://lkml.kernel.org/r/20230802151406.3735276-6-willy@infradead.org
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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/core-api/cachetlb.rst
include/linux/cacheflush.h
mm/util.c