From: Al Viro <viro@www.linux.org.uk>
Date: Tue, 23 Aug 2005 21:45:11 +0000 (+0100)
Subject: [PATCH] Kconfig fix (m32r NUMA)
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5596b267a95bdea865b966a3d6cc6e52e7feae7;p=linux.git

[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>
---

diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index 7772951df313b..de4ade5187b44 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.