![]() | |||||||||||||
Messages in this thread Patch in this message |
Enable ACPI_NUMA for x86 machines with SRAT's. Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com> arch/i386/Kconfig | 1 + drivers/acpi/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff -upN reference/arch/i386/Kconfig current/arch/i386/Kconfig --- reference/arch/i386/Kconfig +++ current/arch/i386/Kconfig @@ -139,6 +139,7 @@ config ACPI_SRAT bool default y depends on NUMA && (X86_SUMMIT || X86_GENERICARCH) + select ACPI_NUMA config X86_SUMMIT_NUMA bool diff -upN reference/drivers/acpi/Kconfig current/drivers/acpi/Kconfig --- reference/drivers/acpi/Kconfig +++ current/drivers/acpi/Kconfig @@ -162,7 +162,7 @@ config ACPI_THERMAL config ACPI_NUMA bool "NUMA support" depends on NUMA - depends on (IA64 || X86_64) + depends on (X86_32 || IA64 || X86_64) default y if IA64_GENERIC || IA64_SGI_SN2 config ACPI_ASUS -- Yasunori Goto - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-01-28 03:38 [from the cache] ©2003-2008 | |||||||||||||