Re: [RFC PATCH] riscv: Add numa support for riscv64 platform

From: Randy Dunlap
Date: Tue Dec 24 2019 - 11:02:54 EST


On 12/24/19 12:55 AM, Greentime Hu wrote:
> +# Common NUMA Features
> +config NUMA
> + bool "Numa Memory Allocation and Scheduler Support"
> + select OF_NUMA
> + select ARCH_SUPPORTS_NUMA_BALANCING
> + depends on SPARSEMEM
> + help
> + Enable NUMA (Non Uniform Memory Access) support.

(Non-Uniform Memory Access)
please.

> +
> + The kernel will try to allocate memory used by a CPU on the
> + local memory of the CPU and add some more
> + NUMA awareness to the kernel.
> +


--
~Randy