[PATCH] (5/43) Kconfig fix (m32r NUMA)

From: Al Viro
Date: Tue Aug 23 2005 - 16:57:28 EST


NUMA is broken on m32r; marked as such

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-floppy/arch/m32r/Kconfig RC13-rc6-git13-m32r-NUMA/arch/m32r/Kconfig
--- RC13-rc6-git13-floppy/arch/m32r/Kconfig 2005-08-10 10:37:46.000000000 -0400
+++ RC13-rc6-git13-m32r-NUMA/arch/m32r/Kconfig 2005-08-21 13:16:49.000000000 -0400
@@ -269,7 +269,7 @@
# 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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/