Commit 5563e77b authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] ACPI NUMA option fix for x86-64

The ACPI NUMA support doesn't work on x86-64 currently (no SRAT
parsing yet). Disable for now.
parent d9c495bf
......@@ -132,7 +132,7 @@ config ACPI_THERMAL
may be damaged without it.
config ACPI_NUMA
bool "NUMA support" if NUMA && (IA64 && !IA64_HP_SIM || X86 && ACPI && !ACPI_HT_ONLY)
bool "NUMA support" if NUMA && (IA64 && !IA64_HP_SIM || X86 && ACPI && !ACPI_HT_ONLY && !X86_64)
default y if IA64 && IA64_SGI_SN
config ACPI_TOSHIBA
......
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