[PATCH v3 3/8] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
Catalin Marinas
catalin.marinas at arm.com
Wed Sep 3 09:25:02 PDT 2025
On Wed, Aug 20, 2025 at 11:29:45AM +0100, Jonathan Cameron wrote:
> diff --git a/lib/Kconfig b/lib/Kconfig
> index c483951b624f..cd8e5844f9bb 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -543,6 +543,9 @@ config MEMREGION
> config ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
> bool
>
> +config GENERIC_CPU_CACHE_MAINTENANCE
> + bool
Nit: you could select ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION here since
the interface is now provided by the generic implementation.
--
Catalin
More information about the linux-arm-kernel
mailing list