[PATCH v3 06/12] acpi, numa: Enable ACPI based NUMA on ARM64
Robert Richter
robert.richter at caviumnetworks.com
Fri Jan 29 08:37:36 PST 2016
On 23.01.16 17:39:21, Hanjun Guo wrote:
> From: Hanjun Guo <hanjun.guo at linaro.org>
>
> Add function needed for cpu to node mapping, and enable
> ACPI based NUMA for ARM64 in Kconfig
>
> Signed-off-by: Hanjun Guo <hanjun.guo at linaro.org>
> ---
> 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
More information about the linux-arm-kernel
mailing list