projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a4df5
)
sh: Kill off duplicate NODES_SHIFT.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Sep 2007 07:43:39 +0000
(16:43 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Sep 2007 07:43:39 +0000
(16:43 +0900)
We already set this in arch/sh/mm/Kconfig, don't set a conflicting
one in arch/sh/Kconfig too..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index
51bccbc
..
a8693ed
100644
(file)
--- a/
arch/sh/Kconfig
+++ b/
arch/sh/Kconfig
@@
-570,11
+570,6
@@
config NR_CPUS
source "kernel/Kconfig.preempt"
-config NODES_SHIFT
- int
- default "1"
- depends on NEED_MULTIPLE_NODES
-
endmenu
menu "Boot options"