Re: [RFC/RFT PATCH 1/6] numa: Move numa implementation to common code

From: Randy Dunlap
Date: Fri Aug 14 2020 - 19:20:43 EST


On 8/14/20 2:47 PM, Atish Patra wrote:
> diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
> index 8d7001712062..73c2151de194 100644
> --- a/drivers/base/Kconfig
> +++ b/drivers/base/Kconfig
> @@ -210,4 +210,10 @@ config GENERIC_ARCH_TOPOLOGY
> appropriate scaling, sysfs interface for reading capacity values at
> runtime.
>
> +config GENERIC_ARCH_NUMA
> + bool
> + help
> + Enable support for generic numa implementation. Currently, RISC-V

NUMA

> + and ARM64 uses it.

use it.

> +
> endmenu

thanks.
--
~Randy