diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-27 16:43:39 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-27 16:43:39 +0900 |
commit | c167aeef232c45deaf5c6c9be00a1f71b14962d3 (patch) | |
tree | be63782eaf60726ac94f939488af9324e67c68ff /arch/sh | |
parent | 09a4df5f0c8b7c418821fe591bf0d0f13b206c61 (diff) |
sh: Kill off duplicate NODES_SHIFT.
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 51bccbc554cf..a8693edd4f43 100644 --- 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" |