[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>
This commit is contained in:
parent
276bd31ce5
commit
c5596b267a
|
@ -269,7 +269,7 @@ config NR_CPUS
|
||||||
# Common NUMA Features
|
# Common NUMA Features
|
||||||
config NUMA
|
config NUMA
|
||||||
bool "Numa Memory Allocation Support"
|
bool "Numa Memory Allocation Support"
|
||||||
depends on SMP
|
depends on SMP && BROKEN
|
||||||
default n
|
default n
|
||||||
|
|
||||||
# turning this on wastes a bunch of space.
|
# turning this on wastes a bunch of space.
|
||||||
|
|
Loading…
Reference in New Issue