Commit 7f425f0f authored by Martin J. Bligh's avatar Martin J. Bligh Committed by Len Brown

[PATCH] NUMA build fix

drivers/acpi/numa.c is IA64 only for now -- enforce it.
(and arch/i386/kernel/srat.c is i386 only for now)
parent 00651fad
...@@ -143,7 +143,7 @@ config ACPI_NUMA ...@@ -143,7 +143,7 @@ config ACPI_NUMA
bool "NUMA support" bool "NUMA support"
depends on ACPI_INTERPRETER depends on ACPI_INTERPRETER
depends on NUMA depends on NUMA
depends on !X86_64 depends on IA64
default y if IA64_GENERIC || IA64_SGI_SN2 default y if IA64_GENERIC || IA64_SGI_SN2
config ACPI_ASUS config ACPI_ASUS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment