From: "Martin J. Bligh" Disallow NUMA on the i386 PC subarch (it doesn't work, nor was it intended to). --- 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 2004-02-13 22:15:22.000000000 -0800 +++ 25-akpm/arch/i386/Kconfig 2004-02-13 22:15:22.000000000 -0800 @@ -728,7 +728,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)) + depends on SMP && HIGHMEM64G && (X86_NUMAQ || X86_GENERICARCH || (X86_SUMMIT && ACPI)) default n if X86_PC default y if (X86_NUMAQ || X86_SUMMIT) _