From: "Martin J. Bligh" Disallow NUMA on the i386 PC subarch (it doesn't work, nor was it intended to). --- 25-akpm/arch/i386/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/Kconfig~ia32-numa-pcs-dont-work arch/i386/Kconfig --- 25/arch/i386/Kconfig~ia32-numa-pcs-dont-work Fri Feb 6 12:14:57 2004 +++ 25-akpm/arch/i386/Kconfig Fri Feb 6 12:14:57 2004 @@ -710,7 +710,7 @@ config X86_PAE # Common NUMA Features config NUMA bool "Numa Memory Allocation Support" - depends on SMP && HIGHMEM64G && (X86_PC || X86_NUMAQ || X86_GENERICARCH || (X86_SUMMIT && ACPI && !ACPI_HT_ONLY)) + depends on SMP && HIGHMEM64G && (X86_NUMAQ || X86_GENERICARCH || (X86_SUMMIT && ACPI && !ACPI_HT_ONLY)) default n if X86_PC default y if (X86_NUMAQ || X86_SUMMIT) _