]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] Kconfig fix (m32r NUMA)
authorAl Viro <viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:45:11 +0000 (22:45 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:40 +0000 (18:43 -0700)
NUMA is broken on m32r; marked as such

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m32r/Kconfig

index 7772951df313b9e9edec01dd2b2cb922b1e43d62..de4ade5187b440fe2edcc88fd21626ac9251762f 100644 (file)
@@ -269,7 +269,7 @@ config NR_CPUS
 # Common NUMA Features
 config NUMA
        bool "Numa Memory Allocation Support"
-       depends on SMP
+       depends on SMP && BROKEN
        default n
 
 # turning this on wastes a bunch of space.