On 23.01.16 17:39:21, Hanjun Guo wrote:
> From: Hanjun Guo <[email protected]>
> 
> Add function needed for cpu to node mapping, and enable
> ACPI based NUMA for ARM64 in Kconfig
> 
> Signed-off-by: Hanjun Guo <[email protected]>
> ---
>  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

Reply via email to