projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520588f
)
sh: Make NUMA depend on sparsemem.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 6 Jun 2007 10:04:22 +0000
(19:04 +0900)
committer
Paul Mundt
<lethal@hera.kernel.org>
Fri, 8 Jun 2007 02:43:49 +0000
(
02:43
+0000)
The only platforms that are supporting NUMA are doing so via
sparsemem, so update the dependency.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/mm/Kconfig
b/arch/sh/mm/Kconfig
index
dd9b226
..
c713d13
100644
(file)
--- a/
arch/sh/mm/Kconfig
+++ b/
arch/sh/mm/Kconfig
@@
-296,7
+296,7
@@
config VSYSCALL
config NUMA
bool "Non Uniform Memory Access (NUMA) Support"
- depends on MMU && EXPERIMENTAL
+ depends on MMU &&
SPARSEMEM &&
EXPERIMENTAL
default n
help
Some SH systems have many various memories scattered around