projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] Kconfig fix (m32r NUMA)
[linux-2.6.git]
/
arch
/
m32r
/
Kconfig
diff --git
a/arch/m32r/Kconfig
b/arch/m32r/Kconfig
index
7772951
..
de4ade5
100644
(file)
--- 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.