projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
276bd31
)
[PATCH] Kconfig fix (m32r NUMA)
author
Al Viro
<viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:45:11 +0000
(22:45 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:40 +0000
(18:43 -0700)
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>
arch/m32r/Kconfig
patch
|
blob
|
history
diff --git
a/arch/m32r/Kconfig
b/arch/m32r/Kconfig
index 7772951df313b9e9edec01dd2b2cb922b1e43d62..de4ade5187b440fe2edcc88fd21626ac9251762f 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.