projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/arch/sh/mm/Kconfig
b/arch/sh/mm/Kconfig
index dd9b226c5d4bd5cc6c4534eb86d5a6f67a21ae21..c713d13fcca99bb23270b4101d0398943d78a449 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