diff options
author | 2016-08-15 16:33:10 +0100 | |
---|---|---|
committer | 2016-08-17 17:16:58 +0100 | |
commit | bfe6c8a89e03f52bccf922f74ced8fe959e7fd36 (patch) | |
tree | f13dfc2fc1db4dd2d2c62454c2970bd37479df14 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 4.8-rc2 (diff) | |
download | wireguard-linux-bfe6c8a89e03f52bccf922f74ced8fe959e7fd36.tar.xz wireguard-linux-bfe6c8a89e03f52bccf922f74ced8fe959e7fd36.zip |
arm64: Fix NUMA build error when !CONFIG_ACPI
Since asm/acpi.h is only included by linux/acpi.h when CONFIG_ACPI is
enabled, disabling the latter leads to the following build error on
arm64:
arch/arm64/mm/numa.c: In function ‘arm64_numa_init’:
arch/arm64/mm/numa.c:395:24: error: ‘arm64_acpi_numa_init’ undeclared (first use in this function)
if (!acpi_disabled && !numa_init(arm64_acpi_numa_init))
This patch include the asm/acpi.h explicitly in arch/arm64/mm/numa.c for
the arm64_acpi_numa_init() definition.
Fixes: d8b47fca8c23 ("arm64, ACPI, NUMA: NUMA support based on SRAT and SLIT")
Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions