aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-17 04:46:18 -0500
committerIngo Molnar <mingo@elte.hu>2008-11-17 04:46:18 -0500
commit9dacc71ff31a008d1e689fc824d31f6696454f68 (patch)
treeb792f9c30008e1ed469a73ead4339fdf8a50a5ce /arch/x86/Kconfig
parent19f47c634ea8c5a10ff7bb1a08c52fd0f49bc54c (diff)
parent9bf1a2445f3c569098b8de7097ca324e65abecc2 (diff)
Merge commit 'v2.6.28-rc5' into x86/cleanups
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7bf10f9b25a3..986e09a76b86 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -949,7 +949,7 @@ config ARCH_PHYS_ADDR_T_64BIT
949config NUMA 949config NUMA
950 bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" 950 bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)"
951 depends on SMP 951 depends on SMP
952 depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && EXPERIMENTAL) 952 depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && BROKEN)
953 default n if X86_PC 953 default n if X86_PC
954 default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP) 954 default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP)
955 help 955 help