]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: make NUMA on 32-bit depend on EXPERIMENTAL again
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 12 Nov 2008 22:26:14 +0000 (23:26 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 12 Nov 2008 22:28:52 +0000 (23:28 +0100)
My previous patch to make CONFIG_NUMA on x86_32 depend on BROKEN
turned out to be unnecessary, after all, since the source of the
hibernation vs CONFIG_NUMA problem turned out to be the fact that
we didn't take the NUMA KVA remapping into account in the
hibernation code.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig

index 93224b56918798ac9b6bae7c6210602ef42604de..4cf0ab13d187a943f88afc1d9761c739fee41008 100644 (file)
@@ -957,7 +957,7 @@ config ARCH_PHYS_ADDR_T_64BIT
 config NUMA
        bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)"
        depends on SMP
-       depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && BROKEN)
+       depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && EXPERIMENTAL)
        default n if X86_PC
        default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP)
        help