summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAl Viro <viro@www.linux.org.uk>2005-08-23 22:45:11 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-08-23 18:43:40 -0700
commitc5596b267a95bdea865b966a3d6cc6e52e7feae7 (patch)
tree2299fc9d5606c8bfdfc277adddaf66d5341b593a /arch
parent276bd31ce5af01350465861af7aa6a25864eb108 (diff)
downloadlinux-3.10-c5596b267a95bdea865b966a3d6cc6e52e7feae7.tar.gz
linux-3.10-c5596b267a95bdea865b966a3d6cc6e52e7feae7.tar.bz2
linux-3.10-c5596b267a95bdea865b966a3d6cc6e52e7feae7.zip
[PATCH] Kconfig fix (m32r NUMA)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/m32r/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index 7772951df31..de4ade5187b 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -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.