Re: [PATCH v3 06/12] acpi, numa: Enable ACPI based NUMA on ARM64

From: Robert Richter
Date: Fri Jan 29 2016 - 11:38:06 EST


On 23.01.16 17:39:21, Hanjun Guo wrote:
> From: Hanjun Guo <hanjun.guo@xxxxxxxxxx>
>
> Add function needed for cpu to node mapping, and enable
> ACPI based NUMA for ARM64 in Kconfig
>
> Signed-off-by: Hanjun Guo <hanjun.guo@xxxxxxxxxx>
> ---
> drivers/acpi/Kconfig | 2 +-
> drivers/acpi/numa.c | 35 +++++++++++++++++++++++++++++++++++
> include/linux/acpi.h | 17 ++++++++++++++++-
> 3 files changed, 52 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index d6d5749..31875ab 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -283,7 +283,7 @@ config ACPI_THERMAL
> config ACPI_NUMA
> bool "NUMA support"
> depends on NUMA
> - depends on (X86 || IA64)
> + depends on (X86 || IA64 || ARM64)
> default y if IA64_GENERIC || IA64_SGI_SN2

This should be default enabled here for arm64 to have it enabled with
NUMA.

-Robert